Приручаем wget

Пять наиболее полезных комманд для консольной интернет-качалки wget.

Скачать файл в текущую папку:
wget http://site.ru/some_file.iso

Скачать файл в указанную папку:
wget -P /path/for/save ftp://site.ru/some_file.iso

Продолжить прервавшуюся загрузку:
wget -c http://site.ru/some_file.iso

Скачать с ftp папку со всеми подпапками:
wget -r --no-parent ftp://site.ru/some_dir/

Скачать сайт до третьего уровня вложенности страниц:
wget -r -l3 -k http://site.ru/

Поблагодарить автора

Оставить комментарий

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>