🌐 Web Downloads with Wget and cURL
🌐 Web Downloads with wget
and curl
wget
and curl
Two of the handiest tools for downloading stuff from the web on Linux are:
🧲
wget
🌀
curl
These little command-line wizards are pre-installed on many Linux distros and are awesome for grabbing files directly from the internet!
🧲 Downloading with wget
wget
🌀 Downloading with curl
curl
💡 Quick Tip
Want to check if a tool is installed?
🔍 If it's not installed, just do:
Previous📦 Base64 Encoding / Decoding for File TransfersNext💣 Fileless Attacks in Linux – Execute Directly
Last updated