Hi,
Use .Net WebClient Object for downloading data or downloading file.
The first method will allow you to download the file data into a data
buffer, while the other method lets you store file in your phsyical location.
In case if the remote location is restricted or need credential, you can
also pass network credential with WebClient.

Signature
Wajahat Abbas
http://www.wajahatabbas.com
> Hi,
>
[quoted text clipped - 6 lines]
> Thanks,
> Anbu