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

Diff for /src/usr.bin/ssh/sftp.c between version 1.61 and 1.62

version 1.61, 2005/01/24 10:22:06 version 1.62, 2005/02/20 22:59:06
Line 1461 
Line 1461 
                                 fatal("%s (%s).", strerror(errno), optarg);                                  fatal("%s (%s).", strerror(errno), optarg);
                         showprogress = 0;                          showprogress = 0;
                         batchmode = 1;                          batchmode = 1;
                           addargs(&args, "-obatchmode yes");
                         break;                          break;
                 case 'P':                  case 'P':
                         sftp_direct = optarg;                          sftp_direct = optarg;

Legend:
Removed from v.1.61  
changed lines
  Added in v.1.62