Use the same replacement word in the sftp command

This commit is contained in:
Jakub Jelen 2020-07-14 12:07:11 +02:00 committed by pbokoc
commit 847034d4d2

View file

@ -1210,7 +1210,7 @@ After you enter the correct password, you will be presented with a prompt. The [
|[command]#ls# [pass:attributes[{blank}]_directory_pass:attributes[{blank}]]|List the content of a remote _directory_. If none is supplied, a current working directory is used by default.
|[command]#cd# _directory_|Change the remote working directory to _directory_.
|[command]#mkdir# _directory_|Create a remote _directory_.
|[command]#rmdir# _path_|Remove a remote _directory_.
|[command]#rmdir# _directory_|Remove a remote _directory_.
|[command]#put# _localfile_ [pass:attributes[{blank}]_remotefile_pass:attributes[{blank}]]|Transfer _localfile_ to a remote machine.
|[command]#get# _remotefile_ [pass:attributes[{blank}]_localfile_pass:attributes[{blank}]]|Transfer _remotefile_ from a remote machine.
|===