0

原来 install shield 不支持文件下载恢复。

是否有提供此功能的 .net 组件?

4

2 回答 2

1

我们使用AppLife 更新组件。它专门用于 .NET,可以恢复中断的下载并执行更多操作。我们发现它易于使用且灵活。

于 2009-06-17T12:21:41.653 回答
0

我不这么认为,但写一个并不难。已经有很多HTTP 客户端。您需要做的就是检查 Web 服务器是否真的支持恢复。检查此博客条目以获取有关 HTTP 和下载恢复的一些信息:

http://www.west-wind.com/WebLog/posts/244.aspx

All you would need to do is store the number of bytes read so far somewhere ( file , database ) , and read that when you're starting your application again . Be sure to check the md5 for the file ( if it has one ) , to ensure no errors occured .

于 2008-10-30T16:34:46.057 回答