Answers for "How to scp using another port"

3

How to scp using another port

scp -P 80 ... # Use port 80 to bypass the firewall, instead of the scp default
Posted by: Guest on May-20-2020

Browse Popular Code Answers by Language