$HOME/.wgetrcに以下を記述
http_proxy = http://proxy.example.com:8080/
ftp_proxy = http://proxy.example.com:8080/
http_proxy = http://proxy.example.com:8080/
ftp_proxy = http://proxy.example.com:8080/
$ wget -i hoge.list
- レジューム
$ wget -c http://example.com/hoge.zip
- バックグラウンドで動かす
$ wget -b http://example.com/hoge.zip
- 再帰的に取得する
$ wget -r http://example.com/