mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 00:44:54 +02:00
Merge pull request #826 from mamigot/patch-1
This commit is contained in:
commit
bcd305b34f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
||||||
|
|
||||||
- Recursively copy the contents of a directory on a remote host to a local directory:
|
- Recursively copy the contents of a directory on a remote host to a local directory:
|
||||||
|
|
||||||
`scp -r {{remote_host}}:{{/path/remote_dir}} {{/path/local_dir}}`
|
`scp -r {{/path/local_dir}} {{remote_host}}:{{/path/remote_dir}}`
|
||||||
|
|
||||||
- Copy a file between two remote hosts transferring through the local host:
|
- Copy a file between two remote hosts transferring through the local host:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue