mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 22:55:44 +02:00
sftp: add example (#8142)
This commit is contained in:
parent
85a9e8993e
commit
4e0e4d8b6d
1 changed files with 4 additions and 0 deletions
|
@ -13,6 +13,10 @@
|
|||
|
||||
`sftp -P {{remote_port}} {{remote_user}}@{{remote_host}}`
|
||||
|
||||
- Connect using a predefined host (in `~/.ssh/config`):
|
||||
|
||||
`sftp {{host}}`
|
||||
|
||||
- Transfer remote file to the local system:
|
||||
|
||||
`get {{/path/remote_file}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue