Help with saving an file to an FTP site

G

Guest

Can anyone help with the following? I'm trying to save an excel file to a
private ftp site and the following code is failing to save.

ActiveWorkbook.SaveAs Filename:= _
"ftp://userid:p[email protected]/SiteManager/TESTTx103a.xls"
 
G

Guest

I was able to use ftp to log into website. Used annoymous account FTP with
Password FTP (I'm an old unix programmer). ther is no directory SiteManager
at the site unless I didn't have permission to see the directory.

try on windows going to start button and select RUN.
1) Then type ftp.
2) type Open
3) after To: type ftp.txdot.gov
4) after user: type the user account (I entered ftp)
5) enter password (I entered ftp)
6) type dir. See if SiteManagger directory exists.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top