1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-24 22:24:01 +02:00

sftp: fix filepaths (#17729)

This commit is contained in:
Managor 2025-08-21 04:07:31 +03:00 committed by GitHub
parent a71ca79e59
commit e48adbaae8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -19,15 +19,15 @@
- Transfer remote file to the local system: - Transfer remote file to the local system:
`get {{path/remote_file}}` `get {{path/to/remote_file}}`
- Transfer local file to the remote system: - 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): - 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: - Get list of files on local machine: