.net - WebClient.Download returning 0 bytes -


I'm having trouble downloading data using WebClient. Download It always returns 0 bytes, even if I know about FTP in any other program, or by viewing WebClient.ResponseHeaders, this file has 1731 bytes in length. This is also using FtpWebResposne.

The only irregular clue is the system encoding of the client response. Is set in text. BC.ScodePageEncoding which I think is a Western encoding, but I have never heard of it.

Anyone can have any idea because of this issue?

Thanks, Mark


Comments