Iteratively Perfecting
A Software Developer's notes along the way
Static Pages
Posts
SQL Server links
C# Links
HTML5 Links
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:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment