Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我注意到恢复中断的下载wget -c非常快速且非常可靠。
wget -c
是否wget使用任何算法来恢复下载,还是只是比较大小并附加到现有文件?
wget
这个答案有帮助吗?
http://www.ale.org/pipermail/ale/2005-November/082061.html
Wget 查看文件大小并假设检索应该从下载文件段末尾之后的下一个字节继续。Wget 然后向服务器发送一个 http 'range' 标头字段,告诉它在哪里重新开始检索。