PHP Code:
string remoteUri "http://www.contoso.com/library/homepage/images/";
string fileName "ms-banner.gif"myStringWebResource null;
// Create a new WebClient instance.
WebClient myWebClient = new WebClient();
// Concatenate the domain with the Web resource filename.
myStringWebResource remoteUri fileName;
myWebClient.DownloadFile(myStringWebResource,fileName