开发者

How to do multiple Upload/Download in FTP using C#

开发者 https://www.devze.com 2023-01-09 18:40 出处:网络
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.

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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号