wget

Download files from the Web. Supports HTTP, HTTPS, and FTP.…

wget

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}}

wget -t {{number_of_retries}} {{url}}

Также может быть вам интересно:
КодТрюки BashНастройкиТерминал/Консоль
← wfuzz where →