Simple File Upload to Personal FTP

Landmine

Limp Gawd
Joined
Oct 19, 2011
Messages
402
Is there a program out there that allows the user to select a single file to upload to a predefined FTP server? My goal is to use this program to allow clients to submit large files safely and securely to our FTP Server.

The files are around 300 to 800 megabytes and websites like Dropbox.com and YouSendIt.com dont work as the files timeout or fail to update.

Thank you for any advice.
 
Filezilla or WinSCP.

If you want to roll your own, I've used some libs from Rebex with very good success. Just make your own UI in Visual Studio, or see if one of their samples work as-is or with a small modification.

Edit: WinSCP also supports commandline params. So you could make a new explorer entry (from right-click context menu) called "Send to FTP server" to shell out and send the file. Example
 
Last edited:
I also recommend FileZilla if you want a standalone client.

At home I use FireFTP which is a plugin for Firefox.
 
I was looking for an extremely simple app that loads, allows you to select a single file and starts the upload. It would not overload the users with any options or information other than the status of the upload.
 
Back
Top