Download large file from HTTP with resume/retry support in .NET?

前端 未结 3 671
心在旅途
心在旅途 2020-12-25 14:47

How to implement downloading a large file (~500MB) from HTTP in my application? I want to support automatic resume/retry, so that when connection is disconnected, my applica

3条回答
  •  隐瞒了意图╮
    2020-12-25 14:55

    There is open source .Net http file downloader with automatic resume/retry support (if server supports it), looks like it's exactly what you need, can try to use it:

    https://github.com/Avira/.NetFileDownloader .

提交回复
热议问题