- 命令法
使用-c 选项:
-c
--continue
Continue getting a partially-downloaded file.
This is useful when you want to finish up a
download started by a previous instance of
Wget, or by another program. For instance:
示例:
$ wget -c ftp://sunsite.doc.ic.ac.uk/ls-lR.Z
- 配置法
vim ~/.wgetrc
内容如下:
continue = on
然后直接下载
wget https://jaist.dl.sourceforge.net/project/groupexplorer/groupexplorer/2.2.0/GroupExplorerSetup2.2.0.0.exe
本文详细介绍了如何使用Wget进行断点续传下载,包括命令行参数-c的使用方法,以及通过编辑~/.wgetrc配置文件实现自动断点续传的功能。适合于网络不稳定或需要长时间下载大文件的场景。
1862

被折叠的 条评论
为什么被折叠?



