[BACK]Return to sftp.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/sftp.c between version 1.166 and 1.167

version 1.166, 2014/08/20 01:28:55 version 1.167, 2014/10/06 00:47:15
Line 181 
Line 181 
         { "quit",       I_QUIT,         NOARGS  },          { "quit",       I_QUIT,         NOARGS  },
         { "reget",      I_REGET,        REMOTE  },          { "reget",      I_REGET,        REMOTE  },
         { "rename",     I_RENAME,       REMOTE  },          { "rename",     I_RENAME,       REMOTE  },
         { "reput",      I_REPUT,        LOCAL   },          { "reput",      I_REPUT,        LOCAL   },
         { "rm",         I_RM,           REMOTE  },          { "rm",         I_RM,           REMOTE  },
         { "rmdir",      I_RMDIR,        REMOTE  },          { "rmdir",      I_RMDIR,        REMOTE  },
         { "symlink",    I_SYMLINK,      REMOTE  },          { "symlink",    I_SYMLINK,      REMOTE  },
Line 229 
Line 229 
             "df [-hi] [path]                    Display statistics for current directory or\n"              "df [-hi] [path]                    Display statistics for current directory or\n"
             "                                   filesystem containing 'path'\n"              "                                   filesystem containing 'path'\n"
             "exit                               Quit sftp\n"              "exit                               Quit sftp\n"
             "get [-Ppr] remote [local]          Download file\n"              "get [-afPpRr] remote [local]       Download file\n"
             "reget remote [local]               Resume download file\n"              "reget [-fPpRr] remote [local]      Resume download file\n"
             "reput [local] remote               Resume upload file\n"              "reput [-fPpRr] [local] remote      Resume upload file\n"
             "help                               Display this help text\n"              "help                               Display this help text\n"
             "lcd path                           Change local directory to 'path'\n"              "lcd path                           Change local directory to 'path'\n"
             "lls [ls-options [path]]            Display local directory listing\n"              "lls [ls-options [path]]            Display local directory listing\n"
Line 242 
Line 242 
             "lumask umask                       Set local umask to 'umask'\n"              "lumask umask                       Set local umask to 'umask'\n"
             "mkdir path                         Create remote directory\n"              "mkdir path                         Create remote directory\n"
             "progress                           Toggle display of progress meter\n"              "progress                           Toggle display of progress meter\n"
             "put [-Ppr] local [remote]          Upload file\n"              "put [-afPpRr] local [remote]       Upload file\n"
             "pwd                                Display remote working directory\n"              "pwd                                Display remote working directory\n"
             "quit                               Quit sftp\n"              "quit                               Quit sftp\n"
             "rename oldpath newpath             Rename remote file\n"              "rename oldpath newpath             Rename remote file\n"

Legend:
Removed from v.1.166  
changed lines
  Added in v.1.167