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

Diff for /src/usr.bin/ssh/sftp.1 between version 1.121 and 1.122

version 1.121, 2018/11/13 07:22:45 version 1.122, 2018/11/16 02:30:20
Line 127 
Line 127 
 and  and
 .Xr ssh-keygen 1  .Xr ssh-keygen 1
 for details).  for details).
   .Pp
 A  A
 .Ar batchfile  .Ar batchfile
 of  of
Line 141 
Line 142 
 .Ic chgrp , lpwd , df , symlink ,  .Ic chgrp , lpwd , df , symlink ,
 and  and
 .Ic lmkdir .  .Ic lmkdir .
   .Pp
 Termination on error can be suppressed on a command by command basis by  Termination on error can be suppressed on a command by command basis by
 prefixing the command with a  prefixing the command with a
 .Sq \-  .Sq \-
 character (for example,  character (for example,
 .Ic -rm /tmp/blah* ) .  .Ic -rm /tmp/blah* ) .
   Echo of the command may be suppressed by prefixing the command with a
   .Sq @
   character.
   These two prefixes may be combined in any order, for example
   .Ic -@ls /bsd .
 .It Fl C  .It Fl C
 Enables compression (via ssh's  Enables compression (via ssh's
 .Fl C  .Fl C

Legend:
Removed from v.1.121  
changed lines
  Added in v.1.122