Download files from the Web Supports HTTP, HTTPS, and FTP
wget -O filename "{{url}}"
wget --limit-rate={{200k}} {{url}}
wget -c {{url}}
wget --mirror -p --convert-links -P {{target_folder}} {{url}}
wget --ftp-user={{username}} --ftp-password={{password}} {{url}}