Re: Download files from internet
- From: "Herfried K. Wagner [MVP]" <hirf-spam-me-here@xxxxxx>
- Date: Thu, 28 Jul 2005 02:55:15 +0200
"Lou Civitella" <lou@xxxxxxxxxxxxxxxx> schrieb:
How can I download files from the internet using VB.Net?
For example I would like to download this file http://www.testsite.com/test.avi
Also a user name and password are required to download the file.
All I want to do is tell the program the file and download it to a specific location on my computer.
\\\ Dim w As New WebClient() w.Credentials = New NetworkCredential("username", "password") w.DownloadFile(...) ///
BTW: I am curious why you posted this question to the Windows Forms group. The name of the VB.NET group is "microsoft.public.dotnet.languages.vb".
--
M S Herfried K. Wagner
M V P <URL:http://dotnet.mvps.org/>
V B <URL:http://classicvb.org/petition/>
.
- References:
- Download files from internet
- From: Lou Civitella
- Download files from internet
- Prev by Date: Re: attach control to a control
- Next by Date: RE: MouseMove event continually being called
- Previous by thread: Download files from internet
- Next by thread: After setting scrollbars to Vertical...I lose the text in the text
- Index(es):
Relevant Pages
|