From 384e17dcd6de325344c3bfe39bccd204ac623d49 Mon Sep 17 00:00:00 2001 From: Igor Shubovych Date: Sat, 26 Dec 2015 11:43:33 +0200 Subject: [PATCH] scp: remove port example --- pages/common/scp.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/pages/common/scp.md b/pages/common/scp.md index 73fe907ed6..2ccad0b408 100644 --- a/pages/common/scp.md +++ b/pages/common/scp.md @@ -23,10 +23,6 @@ `scp {{/local/file.txt}} {{my_user}}@{{10.0.0.1}}:{{/remote/path}}` -- specify port on host - -`scp -P {{port}} {{/local/file.txt}} {{10.0.0.1}}:{{/remote/path}}` - - copy a file from one host to another `scp {{10.0.0.1}}:{{/remote/path/file.txt}} {{20.0.0.2}}:{{/other/remote/path}}`