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

Diff for /src/usr.bin/ftp/ftp_var.h between version 1.16 and 1.17

version 1.16, 1997/10/02 04:22:01 version 1.17, 1997/12/17 16:03:04
Line 102 
Line 102 
 int     crflag;                 /* if 1, strip car. rets. on ascii gets */  int     crflag;                 /* if 1, strip car. rets. on ascii gets */
 char    pasv[64];               /* passive port for proxy data connection */  char    pasv[64];               /* passive port for proxy data connection */
 int     passivemode;            /* passive mode enabled */  int     passivemode;            /* passive mode enabled */
   int     activefallback;         /* fall back to active mode if passive fails */
 char   *altarg;                 /* argv[1] with no shell-like preprocessing  */  char   *altarg;                 /* argv[1] with no shell-like preprocessing  */
 char    ntin[17];               /* input translation table */  char    ntin[17];               /* input translation table */
 char    ntout[17];              /* output translation table */  char    ntout[17];              /* output translation table */

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17