Monday, 12 March 2012

Downloading a file from remote server using asp.net

WebClient webClient = new WebClient();
webClient.DownloadFile(remoteFileUrl, localFileName);

No comments:

Post a Comment