What is a simple way of downloading a file from a URL path?
using (var client = new WebClient()) { client.DownloadFile("http://example.com/file/song/a.mpeg", "a.mpeg"); }
1.4m articles
1.4m replys
5 comments
57.0k users