[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.3 and 1.4

version 1.3, 1996/11/09 19:55:11 version 1.4, 1996/12/01 05:27:22
Line 58 
Line 58 
 char    cdhelp[] =      "change remote working directory";  char    cdhelp[] =      "change remote working directory";
 char    cduphelp[] =    "change remote working directory to parent directory";  char    cduphelp[] =    "change remote working directory to parent directory";
 char    chmodhelp[] =   "change file permissions of remote file";  char    chmodhelp[] =   "change file permissions of remote file";
 char    connecthelp[] = "connect to remote tftp";  char    connecthelp[] = "connect to remote ftp";
 char    crhelp[] =      "toggle carriage return stripping on ascii gets";  char    crhelp[] =      "toggle carriage return stripping on ascii gets";
 char    deletehelp[] =  "delete remote file";  char    deletehelp[] =  "delete remote file";
 char    debughelp[] =   "toggle/set debugging mode";  char    debughelp[] =   "toggle/set debugging mode";

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4