wget

Baixar arquivos da Internet. Suporta HTTP, HTTPS, e FTP. Mais informações: https://www.gnu.org/software/wget.

wget {{https://example.com/foo}}

wget {{[-O|--output-document]}} {{bar}} {{https://example.com/foo}}

wget {{[-p|--page-requisites]}} {{[-k|--convert-links]}} {{[-w|--wait]}} 3 {{https://example.com/algumapagina.html}}

wget {{[-m|--mirror]}} {{[-np|--no-parent]}} {{https://example.com/algumcaminho/}}

wget --limit-rate {{300k}} {{[-t|--tries]}} {{100}} {{https://example.com/algumcaminho/}}

wget --user {{nomeusuario}} --password {{senha}} {{https://example.com}}

wget {{[-c|--continue]}} {{https://example.com}}

wget {{[-P|--directory-prefix]}} {{caminho/para/diretorio}} {{[-i|--input-file]}} {{URLs.txt}}