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/some_page.html}}
wget {{[-mnp|--mirror --no-parent]}} {{https://example.com/some_path/}}
wget --limit-rate {{300k}} {{[-t|--tries]}} {{100}} {{https://example.com/some_path/}}
wget --user {{имя_пользователя}} --password {{пароль}} {{https://example.com}}
wget {{[-c|--continue]}} {{https://example.com}}
wget {{[-P|--directory-prefix]}} {{путь/к/каталогу}} {{[-i|--input-file]}} {{путь/к/URLs.txt}}