Download to this server
If you are currently connected to a server and would like to download a file to it from another server, you will need to run a command like this.
scp user@host:/path/to/remote/file /location/to/save/fileYou should then be prompted to enter a password. Once you have done this, you should then see the file start to download.
Upload to another server
If you would like to upload a file from a server you are currently connected to over to another server, you can do so using the command below.
scp /path/to/my/file user@host:/location/to/save/file