[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.12 and 1.13

version 1.12, 2001/03/07 10:11:23 version 1.13, 2001/03/08 20:44:48
Line 52 
Line 52 
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl b Ar batchfile  .It Fl b Ar batchfile
 Batch mode reads a series of commands from an input  Batch mode reads a series of commands from an input
 .Fn batchfile  .Ar batchfile
 instead of  instead of
 .Fn stdin .  .Em stdin .
 Since it lacks user interaction it should be used in conjuction with a  Since it lacks user interaction it should be used in conjunction with
 non-interactive authentication.  Sftp will abort if any of the following  non-interactive authentication.
   .Nm
   will abort if any of the following
 commands fail:  commands fail:
 .Pa get, put, rename, ln, rm, mkdir, chdir, lchdir  .Ic get , put , rename , ln , rm , mkdir , chdir , lchdir
 and  and
 .Pa lmkdir.  .Ic lmkdir .
 .It Fl C  .It Fl C
 Enables compression (via ssh's  Enables compression (via ssh's
 .Fl C  .Fl C
Line 195 
Line 197 
 Damien Miller <djm@mindrot.org>  Damien Miller <djm@mindrot.org>
 .Sh SEE ALSO  .Sh SEE ALSO
 .Xr ssh 1 ,  .Xr ssh 1 ,
   .Xr sftp-server 8 ,
 .Xr ssh-add 1 ,  .Xr ssh-add 1 ,
 .Xr ssh-keygen 1 ,  .Xr ssh-keygen 1 ,
 .Xr sshd 8 ,  .Xr sshd 8 ,

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13