[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.36 and 1.36.2.1

version 1.36, 2002/09/11 22:41:50 version 1.36.2.1, 2003/04/01 00:12:14
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
Line 221 
Line 228 
 .It Ic mkdir Ar path  .It Ic mkdir Ar path
 Create remote directory specified by  Create remote directory specified by
 .Ar path .  .Ar path .
   .It Ic progress
   Toggle display of progress meter.
 .It Xo Ic put  .It Xo Ic put
 .Op Ar flags  .Op Ar flags
 .Ar local-path  .Ar local-path
 .Op Ar local-path  .Op Ar remote-path
 .Xc  .Xc
 Upload  Upload
 .Ar local-path  .Ar local-path
Line 253 
Line 262 
 .Ar oldpath  .Ar oldpath
 to  to
 .Ar newpath .  .Ar newpath .
   .It Ic version
   Display the
   .Nm
   protocol version.
 .It Ic ! Ar command  .It Ic ! Ar command
 Execute  Execute
 .Ar command  .Ar command

Legend:
Removed from v.1.36  
changed lines
  Added in v.1.36.2.1