Click to See Complete Forum and Search --> : FTP without MFC is it possible?


Owyn
May 14th, 2009, 11:54 AM
hi, i'm making a project without MFC and can't (don't want to) use MFC, is there a way to upload files to FTP without MFC?

Richard.J
May 15th, 2009, 07:50 AM
sure:
http://www.faqs.org/rfcs/rfc959.html

Krishnaa
May 15th, 2009, 08:31 AM
Check out WININET functions, you can use Ftp named functions to do that.

Like FtpCommand, FtpOpenFile, FtpPutFile etc.