wget 是一个命令行的下载工具。对于我们这些 Linux 用户来说,几乎每天都在使用它。下面为大家介绍几个有用的 wget 小技巧,可以让你更加高效而灵活的使用 wget。
与上一条命令相似,但多加了一个 --accept=iso 选项,这指示 wget 仅下载 i386 目录中所有扩展名为 iso 的文件。你也可以指定多个扩展名,只需用逗号分隔即可。
开始:
-V, --version 显示Wget版本之后退出。
-h, --help 显示本帮助
-b, --background 启动后转到后台运行。
-e, --execute=COMMAND 运行 `.wgetrc'-那样的命令。
日志和输入文件:
-o, --output-file=FILE 将日志记录到文件 FILE.
-a, --append-output=FILE 添加消息到文件 FILE.
-d, --debug 输出大量调试信息。
-q, --quiet 静默模式 (无输出)。
-v, --verbose 显示信息 (默认打开).
-nv, --no-verbose 显示很少信息但不是完全安静.
-i, --input-file=FILE 下载存储在 FILE 文件中的所有URL地址指向的文件。
-F, --force-html 把输入文件当成 HTML.
-B, --base=URL prepends URL to relative links in -F -i file.
下载:
-t, --tries=NUMBER 设定重试次数(0 一直重试)。
--retry-connrefused retry even if connection is refused.
-O, --output-document=FILE 写入文档到 FILE.
-nc, --no-clobber 跳过将要到已存在文件的下载。
-c, --continue 续传下载。
--progress=TYPE select progress gauge type.
-N, --timestamping don't re-retrieve files unless newer than
local.
-S, --server-response 显示服务器的响应。
--spider 什么都不下载
-T, --timeout=SECONDS 把所有超时时间设为SECONDS秒。
--dns-timeout=SECS 把DNS超时时间设为SECS秒。
--connect-timeout=SECS 设定连接超时为 SECS.
--read-timeout=SECS 设定读取超时为 SECS.
-w, --wait=SECONDS wait SECONDS between retrievals.
--waitretry=SECONDS wait 1..SECONDS between retries of a retrieval.
--random-wait wait from 0...2*WAIT secs between retrievals.
--no-proxy 显示关闭代理
-Q, --quota=NUMBER set retrieval quota to NUMBER.
--bind-address=ADDRESS bind to ADDRESS (hostname or IP) on local host.
--limit-rate=RATE 把下载速度限制为RATE。
--no-dns-cache 禁止查找DNS缓存。
--restrict-file-names=OS restrict chars in file names to ones OS allows.
--ignore-case ignore case when matching files/directories.
-4, --inet4-only 仅连接IPv4地址。
-6, --inet6-only 只连接到 IPv6 地址。
--prefer-family=FAMILY connect first to addresses of specified family,
one of IPv6, IPv4, or none.
--user=USER 把ftp和http的用户名设定为UESR。
--password=PASS 把ftp和http的密码设定为PASS。
目录:
-nd,--no-directories 不建立文件夹。
-x,--force-directories 强制建立文件夹。
-nH, --no-host-directories 不创建主机目录。
--protocol-directories use protocol name in directories.
-P, --directory-prefix=PREFIX 将文件保存到 PREFIX/...
--cut-dirs=NUMBER ignore NUMBER remote directory components.
HTTP 选项:
--http-user=USER 将 http用户设为 USER.
--http-password=PASS 将http密码设为 PASS.
--no-cache 不接受服务器缓存的数据.
-E,--html-extension 以'.html'扩展名保存HTML文档。
--ignore-length ignore `Content-Length' header field.
--header=STRING insert STRING among the headers.
--max-redirect maximum redirections allowed per page.
--proxy-user=USER 设定 USER 作为代理用户名。
--proxy-password=PASS 设定 PASS 作为代理密码。
--referer=URL include `Referer: URL' header in HTTP request.
--save-headers 保存 HTTP 头到文件。
-U, --user-agent=AGENT identify as AGENT instead of Wget/VERSION.
--no-http-keep-alive disable HTTP keep-alive (persistent connections).
--no-cookies 不使用cookies.
--load-cookies=FILE 在会话前从文件中读取cookies。
--save-cookies=FILE 在会话结束后保存 cookies 到 FILE。
--keep-session-cookies load and save session (non-permanent) cookies.
--post-data=STRING use the POST method; send STRING as the data.
--post-file=FILE use the POST method; send contents of FILE.
--content-disposition honor the Content-Disposition header when
choosing local file names (EXPERIMENTAL).
--auth-no-challenge Send Basic HTTP authentication information
without first waiting for the server's
challenge.
HTTPS (SSL/TLS) 选项:
--secure-protocol=PR choose secure protocol, one of auto, SSLv2,
SSLv3, and TLSv1.
--no-check-certificate don't validate the server's certificate.
--certificate=FILE client certificate file.
--certificate-type=TYPE client certificate type, PEM or DER.
--private-key=FILE private key file.
--private-key-type=TYPE private key type, PEM or DER.
--ca-certificate=FILE file with the bundle of CA's.
--ca-directory=DIR directory where hash list of CA's is stored.
--random-file=FILE file with random data for seeding the SSL PRNG.
--egd-file=FILE file naming the EGD socket with random data.
FTP 选项:
--ftp-user=USER 设置ftp用户为 USER.
--ftp-password=PASS 设置ftp密码为 PASS.
--no-remove-listing don't remove `.listing' files.
--no-glob turn off FTP file name globbing.
--no-passive-ftp disable the "passive" transfer mode.
--retr-symlinks when recursing, get linked-to files (not dir).
--preserve-permissions preserve remote file permissions.
递归下载:
-r, --recursive specify recursive download.
-l, --level=NUMBER maximum recursion depth (inf or 0 for infinite).
--delete-after delete files locally after downloading them.
-k, --convert-links make links in downloaded HTML point to local files.
-K, --backup-converted before converting file X, back up as X.orig.
-m, --mirror shortcut for -N -r -l inf --no-remove-listing.
-p, --page-requisites get all images, etc. needed to display HTML page.
--strict-comments turn on strict (SGML) handling of HTML comments.
Recursive accept/reject:
-A, --accept=LIST comma-separated list of accepted extensions.
-R, --reject=LIST comma-separated list of rejected extensions.
-D, --domains=LIST comma-separated list of accepted domains.
--exclude-domains=LIST 被拒绝的域名的用逗号分开的列表。
--follow-ftp follow FTP links from HTML documents.
--follow-tags=LIST comma-separated list of followed HTML tags.
--ignore-tags=LIST comma-separated list of ignored HTML tags.
-H, --span-hosts 当递归时转到陌生的主机。
-L, --relative 只跟随相对链接。
-I, --include-directories=LIST 允许的目录的列表。
-X, --exclude-directories=LIST 不包括的目录的列表。
-np, --no-parent don't ascend to the parent directory.