[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.13 and 1.14

version 1.13, 1999/12/08 12:57:06 version 1.14, 2000/06/21 19:22:54
Line 68 
Line 68 
 #ifndef SMALL  #ifndef SMALL
 char    edithelp[] =    "toggle command line editing";  char    edithelp[] =    "toggle command line editing";
 #endif /* !SMALL */  #endif /* !SMALL */
   char    epsv4help[] =   "toggle use of EPSV/EPRT on IPv4 ftp";
 char    formhelp[] =    "set file transfer format";  char    formhelp[] =    "set file transfer format";
 char    gatehelp[] =    "toggle gate-ftp; specify host[:port] to change proxy";  char    gatehelp[] =    "toggle gate-ftp; specify host[:port] to change proxy";
 char    globhelp[] =    "toggle metacharacter expansion of local file names";  char    globhelp[] =    "toggle metacharacter expansion of local file names";
Line 157 
Line 158 
 #ifndef SMALL  #ifndef SMALL
         { "edit",       edithelp,       0, 0, 0, CMPL0          setedit },          { "edit",       edithelp,       0, 0, 0, CMPL0          setedit },
 #endif /* !SMALL */  #endif /* !SMALL */
           { "epsv4",      epsv4help,      0, 0, 0, CMPL0          setepsv4 },
         { "exit",       quithelp,       0, 0, 0, CMPL0          quit },          { "exit",       quithelp,       0, 0, 0, CMPL0          quit },
         { "form",       formhelp,       0, 1, 1, CMPL0          setform },          { "form",       formhelp,       0, 1, 1, CMPL0          setform },
         { "ftp",        connecthelp,    0, 0, 1, CMPL0          setpeer },          { "ftp",        connecthelp,    0, 0, 1, CMPL0          setpeer },

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