0
votes
votes
4 answers
C#: PPC: File download.
Hi, i have a problem with the following WebClient Class [code] WebClient Client = new WebClient(); Client.DownloadFile("http://www.someurl.com/file.txt", "file.txt"); [/code] i've used the using System.Net; but i ...
