[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.162 and 1.163

version 1.162, 2014/04/29 20:36:51 version 1.163, 2014/05/05 07:02:30
Line 707 
Line 707 
   
                 resume |= global_aflag;                  resume |= global_aflag;
                 if (!quiet && resume)                  if (!quiet && resume)
                         printf("Resuming upload of  %s to %s\n", g.gl_pathv[i],                          printf("Resuming upload of %s to %s\n", g.gl_pathv[i],
                                 abs_dst);                                  abs_dst);
                 else if (!quiet && !resume)                  else if (!quiet && !resume)
                         printf("Uploading %s to %s\n", g.gl_pathv[i], abs_dst);                          printf("Uploading %s to %s\n", g.gl_pathv[i], abs_dst);

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163