Skip to content

Commit

Permalink
Create wget.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf authored Oct 30, 2024
1 parent 5173b05 commit 228a5d5
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Cheat Sheets/Network/wget.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
## CLI

wget -c <url> # Continue aborted download
wget -q <url> # Silent download
wget -O <file> <url> # Write to file
wget -S <url> # Print server headers
wget -T <timout> <url> # Maximum overall timeout

wget --header="Host: abc.com" ... # Set headers
wget --no-check-certificate # Insecure HTTPS

0 comments on commit 228a5d5

Please sign in to comment.