Linux SCP: how to copy a file from another server
scp user@host:/path/to/file /root
After you hit the enter it will ask remote servers password.
When you entered the password file under /path/to/ will copy to local /root folder
Tags: file-transfer, scp