[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.14 and 1.15

version 1.14, 2001/04/09 00:42:05 version 1.15, 2001/04/12 23:17:54
Line 33 
Line 33 
 .Op Fl vC  .Op Fl vC
 .Op Fl b Ar batchfile  .Op Fl b Ar batchfile
 .Op Fl o Ar ssh_option  .Op Fl o Ar ssh_option
 .Op Ar hostname | user@hostname  .Op Ar host
   .Nm sftp
   .Op [\fIuser\fR@]\fIhost\fR[:\fIfile\fR [\fIfile\fR]]
   .Nm sftp
   .Op [\fIuser\fR@]\fIhost\fR[:\fIdir\fR[\fI/\fR]]
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 is an interactive file transfer program, similar to  is an interactive file transfer program, similar to
Line 47 
Line 51 
 connects and logs into the specified  connects and logs into the specified
 .Ar hostname ,  .Ar hostname ,
 then enters an interactive command mode.  then enters an interactive command mode.
   .Pp
   The second usage format will fetch files automaticly if a non-interactive
   authentication is used, else it do so after an interactive authenication
   is used.
   .Pp
   The last usage format allows the sftp client to start in a remote directory.
 .Pp  .Pp
 The options are as follows:  The options are as follows:
 .Bl -tag -width Ds  .Bl -tag -width Ds

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15