Это старая версия документа!
$ wget -i FILE
$ wget -P /path/for/save ftp://ftp.example.org/some_file.iso
$ wget ftp://login:password@ftp.example.org/some_file.iso $ wget --user=login --password=password ftp://ftp.example.org/some_file.iso $ wget --ftp-user=dan --ftp-password=********* FTP-URL
$ wget -b ftp://ftp.example.org/some_file.iso
$ wget -c http://example.org/file.iso
$ wget -r -l 10 http://example.org/ -o log
$ wget -r --no-parent http://example.org/~luzer/my-archive/
$ wget -r -l 10 -k http://example.org/
$ wget --save-cookies cookies.txt \ --post-data 'user=foo&password=bar' \ http://example.org/auth.php
$ wget -r -l 0 -k http://example.org/
$ wget -r -k -p -l1 -I /images/ -I /thumb/ \ --execute robots=off www.example.com/gallery.html
$ (cd cli && wget -nd -pHEKk http://www.pixelbeat.org/cmdline.html)
$ wget -r -nd -np -l1 -A '*.jpg' http://www.example.com/
$ wget -q -O- http://www.pixelbeat.org/timeline.html | grep 'a href' | head
$ echo 'wget url' | at 01:00
$ wget --limit-rate=20k url
$ wget -nv --spider --force-html -i bookmarks.html
$ wget --mirror -p --convert-links -P /home/dan xyz.com
$ wget --mirror http://www.example.com/
$ wget http://site.com/?thread={1..100} $ wget http://site.com/files/main.{css,js}
$ wget links.txt | xargs -P 5 wget {}
$ cat list.txt
http://yandex.ru http://google.ru http://yandex.ru/qweqweqweqwe
$ wget -nv --spider -i list.txt
2013-08-08 22:40:20 URL: http://www.yandex.ru/ 200 Ok 2013-08-08 22:40:20 URL: http://www.google.ru/ 200 OK http://yandex.ru/qweqweqweqwe: Удалённый файл не существует — битая ссылка!