テキストファイルをダウンロードしようとすると、次のような悪いテキストが表示されます"úěć˨Të€Ás…žVż$—éxś¶źŹßCb}㬖92á•,˝V....."
私は WebClient クラスを使用します:
private void button1_Click(object sender, EventArgs e)
{
WebClient _WebClient = new WebClient();
string url = "http://bossa.pl/pub/metastock/forex/sesjafx/";
string file= "20120601.prn";
_WebClient.DownloadFile(url + file, @"C:\"+file);
}
file には問題ありません20120603.prn
が、20120601.prn
あります。何が起こっているのですか?