Server IP and port: 11.22.33.44:55555
Config ssh key (get it with cat ~/.ssh/key.pub)
Test ssh connection: ssh root@11.22.33.44 -p 55555
The in your local terminal run this command to download (copy) the file from server:
scp -P 55555 root@11.22.33.44:/path/to/file.sql.tar.gz .
Category: Docs