[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.26 and 1.27

version 1.26, 2001/09/17 20:38:09 version 1.27, 2002/02/04 21:53:11
Line 34 
Line 34 
 .Op Fl b Ar batchfile  .Op Fl b Ar batchfile
 .Op Fl F Ar ssh_config  .Op Fl F Ar ssh_config
 .Op Fl o Ar ssh_option  .Op Fl o Ar ssh_option
   .Op Fl P Ar sftp_server path
 .Op Fl s Ar subsystem | sftp_server  .Op Fl s Ar subsystem | sftp_server
 .Op Fl S Ar program  .Op Fl S Ar program
 .Ar host  .Ar host
Line 65 
Line 66 
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Fl 1  .It Fl 1
 Specify the use of protocol version 1.  Specify the use of protocol version 1.
   .It Fl P Ar sftp_server path
   Connect directly to a local
   .Nm sftp-server
   (rather than via
   .Nm ssh )
   This option may be useful in debugging the client and server.
 .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
 .Ar batchfile  .Ar batchfile

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27