Need a fast .NET ftp client

I need a fast .net ftp client that can download several hundred files in a couple of minutes. All the .net ftp clients I've found so far have been incredibly slow, I want to be able to download as fast or almost as fast as a classic ftp client like filezilla for example. Any ideas?

+3
source share
2 answers

Not sure why a library is needed.
Take a look at the FtpWebRequest class.
I would use a Parallel.For loop with synchronous loading - this way you can configure the number of parallel downloads depending on the capabilities of the ftp server.

+1
source

edtFTPnet/Free - FTP- .NET, .

, , commmenter, FTP, 20 000 .

: .

0

All Articles