I\'m trying to scp a file from a remote server to my local machine. Only port 80 is accessible.
I tried:
scp -p 80 username@www.myserver.com:/root/file.t
if you need copy local file to server (specify port )
scp -P 3838 /the/source/file username@server.com:/destination/file