Tuesday, July 7, 2015

Lazy-Ass, Get-It Done C# Download Stuff Off Internet

When you just need a li'l automation, you can use this to iterate through known names, etc.


WebClient client = new WebClient();
string fileUrlTemp= "http://www.blogger.com/asdf/asdf.jpg";
client.DownloadFile(fileUrlTemp, "img.jpg");


No comments: