View Single Post
Old May 23rd, 2006, 4:16 PM   #13
Sane
Programming Guru
 
Sane's Avatar
 
Join Date: Apr 2005
Location: Waterloo, Ontario
Posts: 1,869
Rep Power: 5 Sane will become famous soon enough
Send a message via MSN to Sane
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...
Sane is offline   Reply With Quote