Answers for "scp 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
1

scp port

scp -P 80
Posted by: Guest on August-17-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language