Aleksandar Panov @ DotNet
My blog about .net programming
Thursday, October 30, 2008
Download file from some http address from .NET code
Never easier.
WebClient oClient = new WebClient();
oClient.DownloadFile(source, destination);
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)