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

Diff for /src/usr.bin/ftp/cmdtab.c between version 1.14 and 1.15

version 1.14, 2000/06/21 19:22:54 version 1.15, 2001/10/04 22:49:55
Line 92 
Line 92 
 char    nmaphelp[] =    "set templates for default file name mapping";  char    nmaphelp[] =    "set templates for default file name mapping";
 char    ntranshelp[] =  "set translation table for default file name mapping";  char    ntranshelp[] =  "set translation table for default file name mapping";
 char    pagehelp[] =    "view a remote file through your pager";  char    pagehelp[] =    "view a remote file through your pager";
 char    passivehelp[] = "enter passive transfer mode";  char    passivehelp[] = "toggle passive transfer mode";
 char    porthelp[] =    "toggle use of PORT/LPRT cmd for each data connection";  char    porthelp[] =    "toggle use of PORT/LPRT cmd for each data connection";
 char    preservehelp[] ="toggle preservation of modification time of "  char    preservehelp[] ="toggle preservation of modification time of "
                         "retrieved files";                          "retrieved files";
 char    progresshelp[] ="toggle transfer progress meter";  char    progresshelp[] ="toggle transfer progress meter";
 char    prompthelp[] =  "force interactive prompting on multiple commands";  char    prompthelp[] =  "toggle interactive prompting on multiple commands";
 char    proxyhelp[] =   "issue command on alternate connection";  char    proxyhelp[] =   "issue command on alternate connection";
 char    pwdhelp[] =     "print working directory on remote machine";  char    pwdhelp[] =     "print working directory on remote machine";
 char    quithelp[] =    "terminate ftp session and exit";  char    quithelp[] =    "terminate ftp session and exit";

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15