FTP using winsocks
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hi again, I've been asked to write a simple ftp client, usually that would be easy enough with wininet but for this it needs to be able to perform server to server transfers. Its for a system we're trying to implement for backing up our work. I know of FXP but how would I go about doing this in an MFC program? Its a bit daunting to be honest but we really need to get it done soon. Or even better if anyone knows of a library out there that has the features of being able to make server to server transfers, life would be great :) Thanks :)