mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-24 13:04:12 +02:00
sftp: fix filepaths (#17729)
This commit is contained in:
parent
a71ca79e59
commit
e48adbaae8
1 changed files with 3 additions and 3 deletions
|
@ -19,15 +19,15 @@
|
|||
|
||||
- Transfer remote file to the local system:
|
||||
|
||||
`get {{path/remote_file}}`
|
||||
`get {{path/to/remote_file}}`
|
||||
|
||||
- Transfer local file to the remote system:
|
||||
|
||||
`put /{{path/local_file}}`
|
||||
`put {{path/to/local_file}}`
|
||||
|
||||
- Transfer remote directory to the local system recursively (works with `put` too):
|
||||
|
||||
`get -R {{path/remote_directory}}`
|
||||
`get -R {{path/to/remote_directory}}`
|
||||
|
||||
- Get list of files on local machine:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue