RE: Downloading

Tech-Archive recommends: Speed Up your PC by fixing your registry



Dear kan,

There are many ways to download a web file (remote file). The best way, i
ever invent in dotnet is to do it with webclient object.

This object provides you many methods for download data, you can also
download a file as a data or can also download file using
webclient.DownloadData(URL) method or DownloadFile(URL).

In C# or vb.net you can use this. The other thing, you can also provide
credential for those web location which have some authentication, windows or
whatever.
--
Wajahat Abbas
http://wajahatabbas.blogspot.com


"Kenneth Windish" wrote:

> Hi,
>
> This has probably been discussed before, but I have been unable to find
> anything on it, except an article written in C or C+, or C# and not in VB.
>
> How can I download a file from my web page to a client?
>
> Thanks in advance.
>
> Ken
>
>
>
.


Quantcast