xxxxxxxxxx
// copying file from server to your computer
// replace username and ip with your server host and ip address
scp -r username@ip:/path/filename.txt ~/Downloads/
xxxxxxxxxx
scp -Pportnumber username@ipaddress:pathtofile localsystempath
# Make sure port's P is in Capital
scp -P2233 sadananad@ipaddress:/home/demo/public_html/myproject.tar.gz .