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

Diff for /src/usr.bin/ftp/main.c between version 1.40 and 1.41

version 1.40, 1998/06/08 16:55:58 version 1.41, 1998/09/19 20:12:31
Line 171 
Line 171 
         if (isatty(fileno(ttyout)) && !dumb_terminal && foregroundproc())          if (isatty(fileno(ttyout)) && !dumb_terminal && foregroundproc())
                 progress = 1;           /* progress bar on if tty is usable */                  progress = 1;           /* progress bar on if tty is usable */
   
         while ((ch = getopt(argc, argv, "Aadegino:pP:r:tvV")) != -1) {          while ((ch = getopt(argc, argv, "Aadegimno:pP:r:tvV")) != -1) {
                 switch (ch) {                  switch (ch) {
                 case 'A':                  case 'A':
                         activefallback = 0;                          activefallback = 0;
Line 199 
Line 199 
   
                 case 'i':                  case 'i':
                         interactive = 0;                          interactive = 0;
                           break;
   
                   case 'm':
                           progress = 1;
                         break;                          break;
   
                 case 'n':                  case 'n':

Legend:
Removed from v.1.40  
changed lines
  Added in v.1.41