VBA for FTP Dowload and Upload

giovanniroi

Registered User.
Local time
Today, 14:37
Joined
Oct 23, 2010
Messages
26
Dear Support,
I need to make a Routine to download and Upload multiple files from a FTP Server protected with User name and Password.
Can You help me to write the VBA code for FTP Download and FTP Upload.

Thank's for Your support

Regards

Giovanni Roi
 
actually, vba is not the way to do it.

try filezilla. that's a great program. VBA can do this through I/O methods, temp text files and the DOS shell, but other than that, it's not possible.
 

Users who are viewing this thread

Back
Top Bottom