diff --git a/scp.md b/scp.md index dd0cc29c..49e4efb1 100644 --- a/scp.md +++ b/scp.md @@ -22,6 +22,7 @@ scp 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 ```