Use the same replacement word in the sftp command
This commit is contained in:
parent
44dac05d02
commit
847034d4d2
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|===
|
||||
|
|
|
|||
Reference in a new issue