SCP to move file
scp user@remote:/path/to/file /local/destination/
📁 To copy a full folder
scp -r user@remote:/path/to/folder /local/destination/
🔐 Tip: If using SSH key authentication
scp -i ~/.ssh/id_rsa user@remote:/path/to/file /local/dir/