
我已经使用这个命令,但它不工作:
until curl -r 666-9999 -C - --retry 999 -o "path/to/file" "ftp:/path/to/remote/file"; do :; done@R_419_6120@ wget是为这个用例专门构建的.从手册页:
Wget has been designed for robustness over slow or unstable network connections;if a download fails due to a network problem,it will keep retrying until thewhole file has been retrIEved. If the server supports regetting,it willinstruct the server to continue the download from where it left off.
wget几乎可以用于所有的linux发行版 – 它可能已经安装在你的.只需使用wget下载文件,就会重新建立网络连接,直到文件完全传输.
总结以上是内存溢出为你收集整理的linux – 如何恢复中断下载自动卷曲?全部内容,希望文章能够帮你解决linux – 如何恢复中断下载自动卷曲?所遇到的程序开发问题。
如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。
欢迎分享,转载请注明来源:内存溢出
微信扫一扫
支付宝扫一扫
评论列表(0条)