当前位置:   article > 正文

ubuntu: wget 指令_ubuntu wget命令

ubuntu wget命令

Syntax

wget [参数列表] [目标软件、网页的网址]

Args Setting

在终端输入:

wget -help
  • 1

打印结果:


GNU Wget 1.15, a non-interactive network retriever.

Usage: wget [OPTION]... [URL]...
# wget [参数列表] [目标软件、网页的网址]

Mandatory arguments to long options are mandatory for short options too.


Startup:
  -V,  --version           显示软件版本号然后退出
  -h,  --help              显示软件帮助信息.
... ...

Logging and input file:
... ...
  -i,  --input-file=FILE     从文件中取得URL(用于多文件一次性下载)
... ...

Download:
... ...
  -nc, --no-clobber              不要覆盖已经存在的文件
... ...
  -N,  --timestamping            只下载比本地新的文件
... ...
  -T,  --timeout=SECONDS         设置超时时间
       --dns-timeout=SECS        set the DNS lookup timeout to SECS.
       --connect-timeout=SECS    set the connect timeout to SECS.
       --read-timeout=SECS       set the read timeout to SECS.
... ...

Directories:
  -nd, --no-directories           不建立目录
  -x,  --force-directories        强制建立目录
... ...

HTTP options:
... ...

HTTPS (SSL/TLS) options:
... ...

FTP options:
... ...

WARC options:
... ...

Recursive download:
... ...

Recursive accept/reject:
... ...

Mail bug reports and suggestions to <bug-wget@gnu.org>.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56


声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/256556
推荐阅读
相关标签
  

闽ICP备14008679号