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
for use another port on scp command use capital P like this
scp -P port-number source-file/directory user@domain:/destination
ya ali