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.
我正在使用 linux Wget 命令下载一个大型网站
wget --mirror -c -e robots=off http://www.largewebsite.com
有什么办法可以在关闭计算机后恢复下载?
如果您下载的服务器支持恢复连接,您可以终止 wget 进程并使用-c命令重新启动它。
-c