Windows Forms file upload

If you are using .Net 2 then the classes System.Net.FtpWebRequest and System.Net.FtpWebResponse should do the trick.

If not search these forums - Im sure someone posted an FTP wrapper class a while ago.
 
MSDN provides enough examples for a quick start. As PlausiblyDamp said, search for the classes System.Net.FtpWebRequest and System.Net.FtpWebResponse.
 
Back
Top