News:

MASM32 SDK Description, downloads and other helpful links
MASM32.com New Forum Link
masmforum WebSite

sending a file via ftp

Started by mikky, November 30, 2010, 07:31:07 AM

Previous topic - Next topic

mikky

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

japheth


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