wgetWeb'den dosya indirir. HTTP, HTTPS ve FTP protokollerini destekler. Ayrıca bakınız:
wcurl,curl. Daha fazla bilgi için: 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/bir_sayfa.html}}
wget {{[-mnp|--mirror --no-parent]}} {{https://example.com/bir_dizin/}}
wget --limit-rate {{300k}} {{[-t|--tries]}} {{100}} {{https://example.com/bir_dizin/}}
wget --user {{kullanici_adi}} --password {{sifre}} {{https://example.com}}
wget {{[-c|--continue]}} {{https://example.com}}
wget {{[-P|--directory-prefix]}} {{dizin/yolu}} {{[-i|--input-file]}} {{url_listesi.txt}}