Network.downloadfile is very slow

Posted by user324067 on Stack Overflow See other posts from Stack Overflow or by user324067
Published on 2010-04-23T10:16:26Z Indexed on 2010/04/23 21:03 UTC
Read the original article Hit count: 241

Filed under:

I have tried using the My.Computer.Network.DownloadFile method but unfortunately it is slow. Executing the simple command below takes ~5-10 secs, which I would say is a lot longer than expected for downloading a 9 kb file.

`My.Computer.Network.DownloadFile("http://www.google.dk", "j:\temp\test.html")` 

I am connecting via a high-speed connection (>10GB) from a Win7 machine. Do anyone know of any explanations for this behavior?

Hope that you can help me out with this. Kristoffer

© Stack Overflow or respective owner

Related posts about vb.net