Hello,
I would like to know how to make FTP transfert using C++. All I need is to send a file named x to the server named y.
Printable View
Hello,
I would like to know how to make FTP transfert using C++. All I need is to send a file named x to the server named y.
transfert?
I don't know that word in English... I thought it existed. All I need is to send a file to my FTP server using C++
This may be what you're looking for... http://www.naughter.com/ftptransferdlg.html
Hope this helps.
It what I'm looking for, but without the use of MFC...
Use the Inet API to connect and then use simple FTP commands to log in and send the file.
google should tell you everything there is to know.
th