Copy file using port 5533 to current directory.
scp -P 5533 user@myserver.com:/home/user/myfile.txt .Copy file using port 5533 to current directory.
Options:
- scp -Pscp
Specifies the port to connect to on the remote host. Note that this option is written with a capital P because -p is already reserved for preserving the times and modes of the file in rcp(1).