From 246693576dbe5d0f6773465eeaca707911aa91ef Mon Sep 17 00:00:00 2001 From: Andrew Date: Thu, 7 Jan 2021 13:43:55 +0200 Subject: [PATCH] added port param (#1559) connect to custom port --- scp.md | 1 + 1 file changed, 1 insertion(+) diff --git a/scp.md b/scp.md index dd0cc29c0..49e4efb14 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 ```