[home]  [scripts]  [news]  [forums]  [feedback] 
Home
...a journey into a lost mind. Don't suppose you found it?
Save a remote file  (id:1501 ) (4747 hits)
Description:
This is just a snippet from the forums that lets you retrieve a remote file (http) and save it to the webserver. 
Code:
Save Remote File:
System.Net.WebClient wc = new System.Net.WebClient();
wc.DownloadFile("http://www.remoteSite.com/file.ext", "C:\\Temp\\file.ext"); 
Created:
6/23/2007 5:21:00 PM 
Created By:
Curt 
Download URL:
 
Category:
ASP.NET/C# 
Sample URL:
 
Updated:
2:00:00 AM 
RSS Subscriptions
Advanced Script Search

Keyword(s)


Category