How to download a file from an HTTP website ?

R

Rad [Visual C# MVP]

In VB.Net 2003 how can I download a file from an HTTP website ?
For example, I need to download file abc.zip from
http://mydata.com/mycompany.
Thank you.

The System.Net.Webclient class is your friend. You can pass it a
DownloadFile method that you can pass the url to the file you want to
download
 

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

Top