added port param (#1559)

connect to custom port
This commit is contained in:
Andrew 2021-01-07 13:43:55 +02:00 committed by GitHub
parent c1f9f6f951
commit 246693576d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

1
scp.md
View File

@ -22,6 +22,7 @@ scp <options> source_path destination_path
-C # copy files with compression
-l 800 # limit bandwith with 800
-p # preserving the original attributes of the copied files
-P # connection port
-q # hidden the output
```