From e48adbaae8cf3c3b6afd115db51d1017a3dc922a Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Thu, 21 Aug 2025 04:07:31 +0300 Subject: [PATCH] sftp: fix filepaths (#17729) --- pages/common/sftp.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/common/sftp.md b/pages/common/sftp.md index b09a115225..7cd0f8099d 100644 --- a/pages/common/sftp.md +++ b/pages/common/sftp.md @@ -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: