我嘗試從https站點下載文件,每次將文件保存到我的機器時,它只有1KB。該文件應該是1MB。我正在使用Webclient。使用webclient下載文件
string strFile = @"c:\myfile.txt";
WebClient wc = new WebClient();
wc.Credentials = new System.Net.NetworkCredential("userid", "pw");
wc.DownloadFile("https://www.mysite.come/myfile.txt", strFile);
我想念什麼?
你看過文中的內容嗎?它是文件的第一個1K還是別的? – 2010-06-11 15:48:51
woa,6個問題,沒有接受...你應該做點什麼 – ShinTakezou 2010-06-11 15:50:32