Mondeo Posted January 2, 2007 Posted January 2, 2007 How can I upload a file to an FTP server using a windows forms application, is there a class that deals with FTP? Quote
Administrators PlausiblyDamp Posted January 2, 2007 Administrators Posted January 2, 2007 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 - I'm sure someone posted an FTP wrapper class a while ago. Quote Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
amir100 Posted January 6, 2007 Posted January 6, 2007 MSDN provides enough examples for a quick start. As PlausiblyDamp said, search for the classes System.Net.FtpWebRequest and System.Net.FtpWebResponse. Quote Amir Syafrudin
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.