hi.
how can i send a file via ftp from within my program (providing of course the ftp host, user name and pass)?
thank you very much
Basically, using the Win32 API, there are 2 ways:
- via WinSockets - this is the hard way, but you'll learn a lot
- via WinINet, FtpPutFile() function - easy and lame