wget
– Download from the webFunction: Fetches files from URLs.
Syntax:
wget <http://example.com/file.zip>
Lesson: Simple and reliable for downloads.
scp
– Secure copyFunction: Copies files across systems via SSH.
Syntax:
scp file.txt user@server:/home/user/
Lesson: Secure and fast way to move files remotely.