[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.207 and 1.208

version 1.207, 2021/03/31 22:16:34 version 1.208, 2021/04/03 06:18:41
Line 719 
Line 719 
                 }                  }
                 free(tmp);                  free(tmp);
   
                 resume |= global_aflag;                  resume |= global_aflag;
                 if (!quiet && resume)                  if (!quiet && resume)
                         mprintf("Resuming upload of %s to %s\n",                          mprintf("Resuming upload of %s to %s\n",
                             g.gl_pathv[i], abs_dst);                              g.gl_pathv[i], abs_dst);

Legend:
Removed from v.1.207  
changed lines
  Added in v.1.208