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

Diff for /src/usr.bin/ftp/fetch.c between version 1.20 and 1.21

version 1.20, 1998/05/13 10:46:12 version 1.21, 1998/09/11 08:04:24
Line 639 
Line 639 
                         continue;                          continue;
                 }                  }
   
                 if (!verbose)                  if (verbose)
                         fprintf(ttyout, "Retrieving %s/%s\n", dir ? dir : "", file);                          fprintf(ttyout, "Retrieving %s/%s\n", dir ? dir : "", file);
   
                 if (dirhasglob) {                  if (dirhasglob) {

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21