mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-11-02 05:17:58 +01:00
scp: remove port example
This commit is contained in:
parent
4a3a61620c
commit
384e17dcd6
1 changed files with 0 additions and 4 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Reference in a new issue