How to do multiple Upload/Download in FTP using C# without using FtpWebRequest ?
I have an idea it can be achieved using threads, but i am not able to begin.
If any body has some code snippet for reference for doing multiple Upl开发者_StackOverflowoad/download in FTP using threads, it will be helpful.
Might be this is of any help.
<>http://www.geekpedia.com/tutorial179_Creating-a-download-manager-in-Csharp.html <>ssshttp://www.dotnetspider.com/forum/259544-Making-download-manager.aspx
Plus you can try to use sockets to get files from FTP server. I'm not really sure how can you do uploads with
Also take a look at this: http://www.techfundu.com/2010010980/microsoft-technology/net-technologies/c-ftp-client-in-secure-mode
精彩评论