【问题标题】:Getting "An exception occurred during a WebClient request" while download the large file using webclient使用 webclient 下载大文件时出现“WebClient 请求期间发生异常”
【发布时间】:2016-12-15 07:03:18
【问题描述】:

在 c# 中使用 webclient 下载 4.5GB 大小的文本文件时出现上述错误。

WebClient wc = new WebClient();
wc.DownloadFile(DownloadFromURIpath, DownloadTOPath);

我将文件一分为二,现在下载成功。导入超过 3 GB 的文件时出现问题。
webclient 下载文件是否有任何限制? 有谁知道是什么原因造成的?

谢谢, 凯文.S

【问题讨论】:

  • 您是否收到包含该异常的消息?

标签: c# webclient


【解决方案1】:

尝试wc.DownloadFileAsync() 或按照提到的here 进行操作

【讨论】:

    猜你喜欢
    • 1970-01-01
    • 2016-05-09
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多