Multiple file download using WebClient

  • Thread starter Thread starter Ole Hanson
  • Start date Start date
O

Ole Hanson

Hi

It seems to be virtually impossible to perform a download of more than 2
files at the time from any website?
The same limitation seems to be put on IE, if I'm using that as Client.

I want to create a simple download manager, that can perform mayby 25
downloads at the same time. What presents the limitation? The WebClient
class or the server in the other end?
 
Thanks for the feedback.
For what reason would you prefer raw sockets?
I agree on the threading; that was actually handled by the WebClient's async
download methods, but anyways...

/Ole
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top