Telecharger
curl
curl https://example.com
curl -O https://example.com/fichier.tar.gz
curl -I https://example.com
wget
wget https://example.com/fichier.tar.gz
wget -O mon_fichier.tar.gz https://example.com/fichier.tar.gz
SSH
ssh user@192.168.1.100
ssh -p 2222 user@serveur.com
scp fichier.txt user@serveur:/home/user/
ssh-keygen -t ed25519
Securite : L'authentification par cle SSH est plus sure que par mot de passe.