mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-03-22 14:39:24 -05:00
The alphabetical ordering in the psftp command list was broken. D'oh!
[originally from svn r1508]
This commit is contained in:
parent
8f3995f6df
commit
e822f2b204
16
psftp.c
16
psftp.c
@ -1103,14 +1103,6 @@ static struct sftp_cmd_lookup {
|
|||||||
" so that it is accessible under the name <destination-filename>.\n",
|
" so that it is accessible under the name <destination-filename>.\n",
|
||||||
sftp_cmd_mv
|
sftp_cmd_mv
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"put", TRUE, "upload a file from your local machine to the server",
|
|
||||||
" <filename> [ <remote-filename> ]\n"
|
|
||||||
" Uploads a file to the server and stores it there under\n"
|
|
||||||
" the same name, or under a different one if you supply the\n"
|
|
||||||
" argument <remote-filename>.\n",
|
|
||||||
sftp_cmd_put
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"open", TRUE, "connect to a host",
|
"open", TRUE, "connect to a host",
|
||||||
" [<user>@]<hostname>\n"
|
" [<user>@]<hostname>\n"
|
||||||
@ -1119,6 +1111,14 @@ static struct sftp_cmd_lookup {
|
|||||||
" line.\n",
|
" line.\n",
|
||||||
sftp_cmd_open
|
sftp_cmd_open
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"put", TRUE, "upload a file from your local machine to the server",
|
||||||
|
" <filename> [ <remote-filename> ]\n"
|
||||||
|
" Uploads a file to the server and stores it there under\n"
|
||||||
|
" the same name, or under a different one if you supply the\n"
|
||||||
|
" argument <remote-filename>.\n",
|
||||||
|
sftp_cmd_put
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"pwd", TRUE, "print your remote working directory",
|
"pwd", TRUE, "print your remote working directory",
|
||||||
"\n"
|
"\n"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user