欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页  >  网络运营

Linux下wget命令详细介绍

程序员文章站 2022-03-18 08:57:19
导读:wget是linux中的一个下载文件的工具,wget是在linux下开发的开放源代码的软件,作者是hrvoje niksic,后来被移植到包括windows在内的各个平台上。它用在命令行下。对于...

导读:wget是linux中的一个下载文件的工具,wget是在linux下开发的开放源代码的软件,作者是hrvoje niksic,后来被移植到包括windows在内的各个平台上。

它用在命令行下。对于linux用户是必不可少的工具,尤其对于网络管理员,经常要下载一些软件或从远程服务器恢复备份到本地服务器。如果我们使用虚拟主机,处理这样的事务我们只能先从远程服务器下载到我们电脑磁盘,然后再用ftp工具上传到服务器。这样既浪费时间又浪费精力,那不没办法的事。而到了linux vps,它则可以直接下载到服务器而不用经过上传这一步。wget工具体积小但功能完善,它支持断点下载功能,同时支持ftp和http下载方式,支持代理服务器和设置起来方便简单。下面我们以实例的形式说明怎么使用wget。

首先安装wget

[root@network test]# yum install -y wget

查看帮助手册

[root@network test]# wget --help
gnu wget 1.14,非交互式的网络文件下载工具。
用法: wget [选项]... [url]...

长选项所必须的参数在使用短选项时也是必须的。

启动:
  -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          关闭详尽输出,但不进入安静模式。
       --report-speed=type   output bandwidth as type.  type can be bits.
  -i,  --input-file=file     下载本地或外部 file 中的 urls。
  -f,  --force-html          把输入文件当成 html 文件。
  -b,  --base=url            解析与 url 相关的
                             html 输入文件 (由 -i -f 选项指定)。
       --config=file         specify config file to use.

下载:
  -t,  --tries=number            设置重试次数为 number (0 代表无限制)。
       --retry-connrefused       即使拒绝连接也是重试。
  -o,  --output-document=file    将文档写入 file。
  -nc, --no-clobber              skip downloads that would download to
                                 existing files (overwriting them).
  -c,  --continue                断点续传下载文件。
       --progress=type           选择进度条类型。
  -n,  --timestamping            只获取比本地文件新的文件。
  --no-use-server-timestamps     不用服务器上的时间戳来设置本地文件。
  -s,  --server-response         打印服务器响应。
       --spider                  不下载任何文件。
  -t,  --timeout=seconds         将所有超时设为 seconds 秒。
       --dns-timeout=secs        设置 dns 查寻超时为 secs 秒。
       --connect-timeout=secs    设置连接超时为 secs 秒。
       --read-timeout=secs       设置读取超时为 secs 秒。
  -w,  --wait=seconds            等待间隔为 seconds 秒。
       --waitretry=seconds       在获取文件的重试期间等待 1..seconds 秒。
       --random-wait             获取多个文件时,每次随机等待间隔
                                 0.5*wait...1.5*wait 秒。
       --no-proxy                禁止使用代理。
  -q,  --quota=number            设置获取配额为 number 字节。
       --bind-address=address    绑定至本地主机上的 address (主机名或是 ip)。
       --limit-rate=rate         限制下载速率为 rate。
       --no-dns-cache            关闭 dns 查寻缓存。
       --restrict-file-names=os  限定文件名中的字符为 os 允许的字符。
       --ignore-case             匹配文件/目录时忽略大小写。
  -4,  --inet4-only              仅连接至 ipv4 地址。
  -6,  --inet6-only              仅连接至 ipv6 地址。
       --prefer-family=family    首先连接至指定协议的地址
                                 family 为 ipv6,ipv4 或是 none。
       --user=user               将 ftp 和 http 的用户名均设置为 user。
       --password=pass           将 ftp 和 http 的密码均设置为 pass。
       --ask-password            提示输入密码。
       --no-iri                  关闭 iri 支持。
       --local-encoding=enc      iri (国际化资源标识符) 使用 enc 作为本地编码。
       --remote-encoding=enc     使用 enc 作为默认远程编码。
       --unlink                  remove file before clobber.

目录:
  -nd, --no-directories           不创建目录。
  -x,  --force-directories        强制创建目录。
  -nh, --no-host-directories      不要创建主目录。
       --protocol-directories     在目录中使用协议名称。
  -p,  --directory-prefix=prefix  以 prefix/... 保存文件
       --cut-dirs=number          忽略远程目录中 number 个目录层。

http 选项:
       --http-user=user        设置 http 用户名为 user。
       --http-password=pass    设置 http 密码为 pass。
       --no-cache              不在服务器上缓存数据。
       --default-page=name     改变默认页
                               (默认页通常是“index.html”)。
  -e,  --adjust-extension      以合适的扩展名保存 html/css 文档。
       --ignore-length         忽略头部的‘content-length'区域。
       --header=string         在头部插入 string。
       --max-redirect          每页所允许的最大重定向。
       --proxy-user=user       使用 user 作为代理用户名。
       --proxy-password=pass   使用 pass 作为代理密码。
       --referer=url           在 http 请求头包含‘referer: url'。
       --save-headers          将 http 头保存至文件。
  -u,  --user-agent=agent      标识为 agent 而不是 wget/version。
       --no-http-keep-alive    禁用 http keep-alive (永久连接)。
       --no-cookies            不使用 cookies。
       --load-cookies=file     会话开始前从 file 中载入 cookies。
       --save-cookies=file     会话结束后保存 cookies 至 file。
       --keep-session-cookies  载入并保存会话 (非永久) cookies。
       --post-data=string      使用 post 方式;把 string 作为数据发送。
       --post-file=file        使用 post 方式;发送 file 内容。
       --content-disposition   当选中本地文件名时
                               允许 content-disposition 头部 (尚在实验)。
       --content-on-error      output the received content on server errors.
       --auth-no-challenge     发送不含服务器询问的首次等待
                               的基本 http 验证信息。

https (ssl/tls) 选项:
       --secure-protocol=pr     choose secure protocol, one of auto, sslv2,
                                sslv3, tlsv1, tlsv1_1 and tlsv1_2.
       --no-check-certificate   不要验证服务器的证书。
       --certificate=file       客户端证书文件。
       --certificate-type=type  客户端证书类型,pem 或 der。
       --private-key=file       私钥文件。
       --private-key-type=type  私钥文件类型,pem 或 der。
       --ca-certificate=file    带有一组 ca 认证的文件。
       --ca-directory=dir       保存 ca 认证的哈希列表的目录。
       --random-file=file       带有生成 ssl prng 的随机数据的文件。
       --egd-file=file          用于命名带有随机数据的 egd 套接字的文件。

ftp 选项:
       --ftp-user=user         设置 ftp 用户名为 user。
       --ftp-password=pass     设置 ftp 密码为 pass。
       --no-remove-listing     不要删除‘.listing'文件。
       --no-glob               不在 ftp 文件名中使用通配符展开。
       --no-passive-ftp        禁用“passive”传输模式。
       --preserve-permissions  保留远程文件的权限。
       --retr-symlinks         递归目录时,获取链接的文件 (而非目录)。

warc options:
       --warc-file=filename      save request/response data to a .warc.gz file.
       --warc-header=string      insert string into the warcinfo record.
       --warc-max-size=number    set maximum size of warc files to number.
       --warc-cdx                write cdx index files.
       --warc-dedup=filename     do not store records listed in this cdx file.
       --no-warc-compression     do not compress warc files with gzip.
       --no-warc-digests         do not calculate sha1 digests.
       --no-warc-keep-log        do not store the log file in a warc record.
       --warc-tempdir=directory  location for temporary files created by the
                                 warc writer.

递归下载:
  -r,  --recursive          指定递归下载。
  -l,  --level=number       最大递归深度 (inf 或 0 代表无限制,即全部下载)。
       --delete-after       下载完成后删除本地文件。
  -k,  --convert-links      让下载得到的 html 或 css 中的链接指向本地文件。
  --backups=n   before writing file x, rotate up to n backup files.
  -k,  --backup-converted   在转换文件 x 前先将它备份为 x.orig。
  -m,  --mirror             -n -r -l inf --no-remove-listing 的缩写形式。
  -p,  --page-requisites    下载所有用于显示 html 页面的图片之类的元素。
       --strict-comments    用严格方式 (sgml) 处理 html 注释。

递归接受/拒绝:
  -a,  --accept=list               逗号分隔的可接受的扩展名列表。
  -r,  --reject=list               逗号分隔的要拒绝的扩展名列表。
       --accept-regex=regex        regex matching accepted urls.
       --reject-regex=regex        regex matching rejected urls.
       --regex-type=type           regex type (posix|pcre).
  -d,  --domains=list              逗号分隔的可接受的域列表。
       --exclude-domains=list      逗号分隔的要拒绝的域列表。
       --follow-ftp                跟踪 html 文档中的 ftp 链接。
       --follow-tags=list          逗号分隔的跟踪的 html 标识列表。
       --ignore-tags=list          逗号分隔的忽略的 html 标识列表。
  -h,  --span-hosts                递归时转向外部主机。
  -l,  --relative                  只跟踪有关系的链接。
  -i,  --include-directories=list  允许目录的列表。
  --trust-server-names             use the name specified by the redirection
                                   url last component.
  -x,  --exclude-directories=list  排除目录的列表。
  -np, --no-parent                 不追溯至父目录。

1、使用 wget 下载单个文件

以下的例子是从网络下载一个文件并保存在当前目录

在下载的过程中会显示进度条,包含(下载完成百分比,已经下载的字节,当前下载速度,剩余下载时间)。

wget http://cn.wordpress.org/wordpress-4.9.4-zh_cn.tar.gz

2、使用 wget -o 下载并以不同的文件名保存

[root@network test]# wget https://cn.wordpress.org/wordpress-4.9.4-zh_cn.tar.gz
[root@network test]# ls
wordpress-4.9.4-zh_cn.tar.gz

我们可以使用参数-o来指定一个文件名:

wget -o wordpress.tar.gz  http://cn.wordpress.org/wordpress-4.9.4-zh_cn.tar.gz
wordpress.tar.gz

3、使用 wget -c 断点续传

使用wget -c重新启动下载中断的文件:

对于我们下载大文件时突然由于网络等原因中断非常有帮助,我们可以继续接着下载而不是重新下载一个文件

wget -c https://cn.wordpress.org/wordpress-4.9.4-zh_cn.tar.gz

4、使用 wget -b 后台下载

对于下载非常大的文件的时候,我们可以使用参数-b进行后台下载

[root@network test]# wget -b https://cn.wordpress.org/wordpress-4.9.4-zh_cn.tar.gz
继续在后台运行,pid 为 1463。
将把输出写入至 “wget-log”。

你可以使用以下命令来察看下载进度

[root@network test]# tail -f wget-log
  8550k .......... .......... .......... .......... .......... 96%  814k 0s
  8600k .......... .......... .......... .......... .......... 97% 9.53m 0s
  8650k .......... .......... .......... .......... .......... 98% 86.8m 0s
  8700k .......... .......... .......... .......... .......... 98%  145m 0s
  8750k .......... .......... .......... .......... .......... 99% 67.4m 0s
  8800k .......... .......... .......... .......... .......... 99%  107m 0s
  8850k .......... .........                                  100% 1.95m=16s

2018-11-10 15:39:07 (564 kb/s) - 已保存 “wordpress-4.9.4-zh_cn.tar.gz.2” [9082696/9082696])

5、伪装代理名称下载

有些网站能通过根据判断代理名称不是浏览器而拒绝你的下载请求。不过你可以通过–user-agent参数伪装。

6、使用 wget –spider 测试下载链接

当你打算进行定时下载,你应该在预定时间测试下载链接是否有效。我们可以增加–spider参数进行检查。

wget –spider url
如果下载链接正确,将会显示

wget –spider url
spider mode enabled. check if remote file exists.
http request sent, awaiting response… 200 ok
length: unspecified [text/html]
remote file exists and could contain further links,
but recursion is disabled — not retrieving.
这保证了下载能在预定的时间进行,但当你给错了一个链接,将会显示如下错误

wget –spider url
spider mode enabled. check if remote file exists.
http request sent, awaiting response… 404 not found
remote file does not exist — broken link!!!

你可以在以下几种情况下使用spider参数:

  • 定时下载之前进行检查
  • 间隔检测网站是否可用
  • 检查网站页面的死链接

7、使用 wget –tries 增加重试次数

如果网络有问题或下载一个大文件也有可能失败。wget默认重试20次连接下载文件。如果需要,你可以使用–tries增加重试次数。

wget –tries=40 url

8、使用 wget -i 下载多个文件

首先,保存一份下载链接文件

cat > filelist.txt
url1
url2
url3
url4
接着使用这个文件和参数-i下载

wget -i filelist.txt

9、使用 wget –mirror 镜像网站

wget --mirror --convert-links --adjust-extension --page-requisites 
--no-parent http://example.org

或者

wget -mkepnp http://example.org
  • --mirror – 递归下载给定网站下的所有资源
  • --convert-links – 转换绝对链接成相对链接
  • --adjust-extension – 根据content-type调整文件名,添加合适的文件扩展名
  • --page-requisites – 下载依赖的其他css, javascript, image等资源
  • --no-parent – 不下载父级目录资源

10、使用 wget –reject 过滤指定格式下载

你想下载一个网站,但你不希望下载图片,你可以使用以下命令。

wget –reject=gif url

11、使用 wget -o 把下载信息存入日志文件

你不希望下载信息直接显示在终端而是在一个日志文件,可以使用以下命令:

wget -o download.log url

示例

使用wget -o下载并以不同的文件名保存(-o:下载文件到对应目录,并且修改文件名称)

wget -o wordpress.zip http://www.minjieren.com/download.aspx?id=1080

Linux下wget命令详细介绍

使用wget -b后台下载

wget -b http://www.minjieren.com/wordpress-3.1-zh_cn.zip

备注: 你可以使用以下命令来察看下载进度:tail -f wget-log

利用-spider: 模拟下载,不会下载,只是会检查是否网站是否好着

[root@localhost ~]# wget --spider  www.baidu.com    #不下载任何文件

Linux下wget命令详细介绍

模拟下载打印服务器响应

[root@localhost ~]# wget -s  www.baidu.com     # 打印服务器响应

Linux下wget命令详细介绍

设定指定次数

[root@localhost ~]#  wget -r --tries=2  www.baidu.com       (指定尝试2次,2次后不再尝试)
[root@localhost ~]# wget -r --tries=2 -q www.baidu.com    (指定尝试,且不打印中间结果)

Linux下wget命令详细介绍

以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持。

相关标签: Linux wget