C# - 下载的zip文件无效

时间:2018-02-04 12:44:21

标签: c# zip

我正在使用WebClient下载zip文件:

using (WebClient client = new WebClient())  
{  
    client.DownloadFile("https://mods.factorio.com" + mod.release.downloadUrl, Path.Combine(Directory.GetCurrentDirectory(), mod.release.fileName));  
}  

路径正确但是当我去文件打开它时,它会显示无效的zip文件。

0 个答案:

没有答案