Iteratively Perfecting
A Software Developer's notes along the way
Static Pages
(Move to ...)
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
‹
›
Home
View web version
No comments:
Post a Comment