wget
Download bestanden vanaf het internet. Ondersteunt HTTP, HTTPS en FTP. Meer informatie: 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/een_pagina.html}}
wget {{[-mnp|--mirror --no-parent]}} {{https://example.com/een_pad/}}
wget --limit-rate {{300k}} {{[-t|--tries]}} {{100}} {{https://example.com/een_pad/}}
wget --user {{gebruikersnaam}} --password {{wachtwoord}} {{https://example.com}}
wget {{[-c|--continue]}} {{https://example.com}}
wget {{[-P|--directory-prefix]}} {{pad/naar/map}} {{[-i|--input-file]}} {{pad/naar/URLs.txt}}