Download files from the Web. Supports HTTP, HTTPS, and FTP.
wget {{https://example.com/foo}}
wget -O {{bar}} {{https://example.com/foo}}
wget --page-requisites --convert-links {{https://example.com/somepage.html}}
wget --mirror --page-requisites --convert-links --wait=3 {{https://example.com}}
wget --ftp-user={{username}} --ftp-password={{password}} {{ftp://example.com}}
wget --limit-rate={{200k}} {{https://example.com}}
wget -c {{https://example.com}}
wget -t {{number_of_retries}} {{https://example.com}}