FTP a file to UNIX server using Excel Macro

N

narendra vuradi

hi all,

i have a requirement where in i have to code a macro in excel which
will FTP a file to UNIX server.
i am new to working in excel macro's. Could anyone please tell me how
do i approach it and if possible possible solution



Thanks
Naru
 
D

David G

Take a look at:
http://www.dailydoseofexcel.com/archives/2006/01/29/ftp-via-vba/

They present two solutions, one using VBA combined with the Windows
FTP program (SendViaFtp procedure on that site) and another using the
Windows API (no examples provided, but you can find more info at the
Microsoft MSDN site).
I haven't tried to implement it, but I see no reason why it shouldn't
work as they specified. Using Windows API is always more complicated,
so you probably want to avoid that.

Good luck,
David G
 

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