|
Ahh, so the folder is not on the server.
To be honest, I'd actually be a perfect candidate to do this. Since I've programmed an FTP server, I understand how 3-digit command codes work and what would be involved in accessing an ftp server remotely. However, my time is limited and my priorities elsewhere. What pay are you offering and when do you need it?
Edit:
To give you an idea of what's involved for me...
- Simple graphic user-interface using the win32api inlcluding a dialog box, progress bar, and text fields
- Socket connections to connect with the ftp server
- Authenticating to the ftp server on the basis of a username/password field (as part of the GUI)
- Synchronizing a passive/active file transfer environment with the correct 3-digit command codes and reactions to the server's responses
- Transferring all the files
Basically...
|