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?
Printable View
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?
Check out WININET functions, you can use Ftp named functions to do that.
Like FtpCommand, FtpOpenFile, FtpPutFile etc.