使用wget下载整个网站
linux-dash
A beautiful web dashboard for Linux
项目地址:https://gitcode.com/gh_mirrors/li/linux-dash
免费下载资源
·
wget是linux gun工具链中的一个,用以接受网络文件(HTTP、FTP)
windows版安装文件可以从SourceForge下载:GnuWin - Browse /wget/1.11.4-1 at SourceForge.net,下载其中 wget-1.11.4-1-setup.exe
假设我这边需要下载maya2009的在线帮助
wget -c -r -np -k -L -p -nc --timeout=120 -R "*.pdf" http://download.autodesk.com/us/maya/2009help/index.html
参数说明:
c | 继续执行上次终端的任务 |
r | 递归下载方式 |
np | 不查询父目录 |
k | 将下载内容中的链接转换为本地连接 |
L | 仅顺着关联的连接 |
p | 下载页面所需所有资源,如图片、声音等 |
nc | 文件存在时,下载文件不覆盖原有文件 |
--timeout=120 | 下载超时120秒 |
-R "*.pdf" | 跳过pdf文件 |
GitHub 加速计划 / li / linux-dash
10.39 K
1.2 K
下载
A beautiful web dashboard for Linux
最近提交(Master分支:3 个月前 )
186a802e
added ecosystem file for PM2 4 年前
5def40a3
Add host customization support for the NodeJS version 4 年前
更多推荐
已为社区贡献3条内容
所有评论(0)