Download remote server file in local server

 scp <remote_username>@<IPorHost>:<PathToFile> <LocalFileLocation>


example root@192.168.43.33:home/backup/bkp.tar downloads/server_bkp


by .pem file or key

 scp -i ./my/my.pem <remote_username>@<IPorHost>:<PathToFile> <LocalFileLocation>

Check Running Port in Linux Install Phpmyadmin in linux

Comments