wget从网络上下载文件。 支持 HTTP,HTTPS 和 FTP。 另请参阅:
wcurl,curl。 更多信息:https://www.gnu.org/software/wget/manual/wget.html。
wget {{https://example.com/foo}}
wget {{[-O|--output-document]}} {{bar}} {{https://example.com/foo}}
wget {{[-pkw|--page-requisites --convert-links --wait]}} 3 {{https://example.com/somepage.html}}
wget {{[-mnp|--mirror --no-parent]}} {{https://example.com/somepath/}}
wget --limit-rate {{300k}} {{[-t|--tries]}} {{100}} {{https://example.com/somepath/}}
wget --user {{username}} --password {{password}} {{https://example.com}}
wget {{[-c|--continue]}} {{https://example.com}}
wget {{[-P|--directory-prefix]}} {{path/to/directory}} {{[-i|--input-file]}} {{URLs.txt}}