wget是linux gun工具链中的一个,用以接受网络文件(HTTP、FTP)

官网:Wget for Windows

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
2
下载
A beautiful web dashboard for Linux
最近提交(Master分支:6 天前 )
186a802e added ecosystem file for PM2 5 年前
5def40a3 Add host customization support for the NodeJS version 5 年前
Logo

旨在为数千万中国开发者提供一个无缝且高效的云端环境,以支持学习、使用和贡献开源项目。

更多推荐