Click here to Skip to main content
15,896,606 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi
I need to create a windows application like FileZilla in vb.net. where i can get the source code for that.


Thanks

Afsal
Posted

Try to Google first. BTW here is a good library.

An FTP client library for .NET 2.0[^]
 
Share this answer
 
In addition to the Solution 1, there are so many solutions you can use. Take the CodeProject articles along:
http://www.codeproject.com/search.aspx?doctypeid=1&q=FTP+client[^].

But, to make is quite clear: there is a ready-to-use class bundled with .NET Framework itself, to do it all. This is System.Net.FtpWebRequest:
http://msdn.microsoft.com/en-us/library/system.net.ftpwebrequest.aspx[^].

Please see the simple code sample in the article referenced above. In fact, this is all you need.

Good luck,
—SA
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900