Difference between revisions of "Wget"
Jump to navigation
Jump to search
(→Usage) |
(→Usage) |
||
(20 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{lowercase}} | {{lowercase}} | ||
− | <code>[[wikipedia:wget|wget]]</code | + | <code>[[wikipedia:wget|wget]]</code> software supports downloading via HTTP, HTTPS, including HTTP [[proxy|proxies]] and [[FTP]] protocols. |
+ | * https://linux.die.net/man/1/wget | ||
+ | * <code>[[wget --help]]</code> | ||
== Usage == | == Usage == | ||
* <code>wget http://www.example.com/</code> | * <code>wget http://www.example.com/</code> | ||
* <code>wget http://www.example.com/file.txt -O my_new_name_to_file.txt</code> | * <code>wget http://www.example.com/file.txt -O my_new_name_to_file.txt</code> | ||
− | * <code>wget -q http://www.example.com/file.txt</code> | + | * <code>[[wget -q]] http://www.example.com/file.txt</code> |
− | : -q --quiet | + | :::<code>-q --quiet</code> |
− | * <code>wget -r http://example.com/</code> | + | * <code>[[wget -r]] http://example.com/</code> |
:::<code>-r --recursive</code> Turn on recursive retrieving. | :::<code>-r --recursive</code> Turn on recursive retrieving. | ||
− | * <code>wget --no-check-certificate</code> | + | * <code>[[wget --no-check-certificate]]</code> |
+ | |||
+ | * <code>[[wget -qO-]]</code> | ||
+ | |||
+ | * <code>[[wget -c]]</code> / [[--continue]] | ||
== Activities == | == Activities == | ||
Line 17: | Line 23: | ||
* Use <code>links</code> or <code>[[lynx]]</code> to [[dump an html page into a text file]] | * Use <code>links</code> or <code>[[lynx]]</code> to [[dump an html page into a text file]] | ||
* [[Display HTTP response headers]] ([[cURL]]) | * [[Display HTTP response headers]] ([[cURL]]) | ||
+ | |||
+ | == Related == | ||
+ | * <code>[[wget2]]</code> | ||
+ | * <code>[[curl]]</code> | ||
+ | * <code>[[wget -O-]]</code> | ||
+ | * [[Hrvoje Nikšić]] | ||
+ | * [[get_url]] | ||
+ | * Included in [[Alpine]] | ||
+ | * [[Download utility]] | ||
== See also == | == See also == | ||
* [[Netcat]] | * [[Netcat]] | ||
* {{wget}} | * {{wget}} | ||
− | * <code>aria2c</code> with supports for HTTP/HTTPS, FTP, SFTP, [[BitTorrent]] and Metalink | + | * <code>[[aria2c]]</code> with supports for HTTP/HTTPS, FTP, SFTP, [[BitTorrent]] and Metalink |
* <code>iwr</code> (Invke-WebRequest) [[PowerShell]] functionality | * <code>iwr</code> (Invke-WebRequest) [[PowerShell]] functionality | ||
* [[links (browser)]], [[lynx (browser)]], [[Elinks (browser)]] command line browsers | * [[links (browser)]], [[lynx (browser)]], [[Elinks (browser)]] command line browsers | ||
[[Category:Networking]] | [[Category:Networking]] | ||
− | [[Category: | + | [[Category:Wget]] |
Latest revision as of 17:44, 15 October 2024
wget
software supports downloading via HTTP, HTTPS, including HTTP proxies and FTP protocols.
Contents
Usage[edit]
wget http://www.example.com/
wget http://www.example.com/file.txt -O my_new_name_to_file.txt
wget -q http://www.example.com/file.txt
-q --quiet
-r --recursive
Turn on recursive retrieving.
Activities[edit]
- Read https://en.wikipedia.org/wiki/Wget#Using_Wget
- Use
links
orlynx
to dump an html page into a text file - Display HTTP response headers (cURL)
Related[edit]
wget2
curl
wget -O-
- Hrvoje Nikšić
- get_url
- Included in Alpine
- Download utility
See also[edit]
- Netcat
wget
,cURL
,links
,lynx
,elinks
,w3m
,httpie, opensearch-cli curl
,--no-check-certificate, wget --help
aria2c
with supports for HTTP/HTTPS, FTP, SFTP, BitTorrent and Metalinkiwr
(Invke-WebRequest) PowerShell functionality- links (browser), lynx (browser), Elinks (browser) command line browsers
Advertising: