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: