Scp
From Linuxintro
scp allows you to copy files over the network
scp user@server:~/file .
Copy file from server, authenticate as user.
scp allows you to copy files over the network
scp user@server:~/file .
Copy file from server, authenticate as user.