How to get all information about wget command | termux | Linux
Free non-interactive console program for downloading files over the network.
Supports HTTP, FTP and HTTPS protocols, and also supports work through HTTP
proxy server. The program is included in almost all GNU/Linux distributions.
Installation:
▪️apt install wget
Options:
-V (--version) - show program version
-h (--help) - display help
-b (--background) - work in the background
-o file (--out-file) - specify log file
-d (--debug) - enable debug mode
-v (--verbose) - display maximum information about the utility's
operation
-q (--quiet) print minimal job information
-i file (--input-file) - read URL from file
--force-html - read the file specified in the previous parameter as html
-t (--tries) - number of attempts to connect to the server
-O file (--output-document) - the file to which the received data will be
saved
-с (--continue) - continue previously interrupted download
-S (--server-response) print server response
--spider - check if the URL is working
-T time (--timeout) - server connection timeout
--limit-rate - limit download speed
-w (--wait) - interval between requests
-Q (--quota) - maximum upload size
-4 (--inet4only) - use ipv4 protocol
-6 (--inet6only) - use ipv6 protocol
-U (--user-agent) - USER AGENT string sent to the server
-r (--recursive) - recursive operation of the utility
-l (--level) - recursive scanning depth
-k (--convert-links) - convert links to local when loading pages
-P (--directory-prefix) - directory where files will be uploaded
-m (--mirror) - download site to local machine
-p (--page-requisites) - download all necessary resources during site
loading