blah blah blah is here! blah blah » Close

0
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 ...

1
votes
1 answers

WebClient - Stripping CR

eeboy
499

I am using WebClient to download simple xml files from a server. During the process it's stripping out the carriage returns from the file. It doesn't affect the usability but it does affect the readability. Can I force it to treat the downl ...

Feedback