Excel VBA macro upload and downloading through FTP -


Please tell someone to upload and download CSV files via FTP using the Excel VBA macro Please let me know about any example or sample code to anyone. I want to copy that file to Unix space.

Regards,

Chaitu

If you have a As the available library, is Microsoft Internet Transfer Control , then it looks like the most elegant solution:

Otherwise the most common solution involves execution shell command:

Comments