[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.38 and 1.39

version 1.38, 2003/01/07 23:42:54 version 1.39, 2003/01/08 23:53:26
Line 77 
Line 77 
 will abort if any of the following  will abort if any of the following
 commands fail:  commands fail:
 .Ic get , put , rename , ln ,  .Ic get , put , rename , ln ,
 .Ic rm , mkdir , chdir , lchdir  .Ic rm , mkdir , chdir , ls ,
   .Ic lchdir , chmod , chown , chgrp , lpwd
 and  and
 .Ic lmkdir .  .Ic lmkdir .
   Termination on error can be suppressed on a command by command basis by
   prefixing the command with a
   .Ic '-'
   character (For example,
   .Ic -rm /tmp/blah*
   ).
 .It Fl o Ar ssh_option  .It Fl o Ar ssh_option
 Can be used to pass options to  Can be used to pass options to
 .Nm ssh  .Nm ssh

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39