[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.73 and 1.74

version 1.73, 2009/08/13 13:39:54 version 1.74, 2009/08/18 18:36:20
Line 31 
Line 31 
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm sftp  .Nm sftp
 .Bk -words  .Bk -words
 .Op Fl 1246Cqv  .Op Fl 1246Cpqrv
 .Op Fl B Ar buffer_size  .Op Fl B Ar buffer_size
 .Op Fl b Ar batchfile  .Op Fl b Ar batchfile
 .Op Fl c Ar cipher  .Op Fl c Ar cipher
Line 223 
Line 223 
 .El  .El
 .It Fl P Ar port  .It Fl P Ar port
 Specifies the port to connect to on the remote host.  Specifies the port to connect to on the remote host.
   .It Fl p
   Preserves modification times, access times, and modes from the
   original files transferred.
 .It Fl q  .It Fl q
 Quiet mode: disables the progress meter as well as warning and  Quiet mode: disables the progress meter as well as warning and
 diagnostic messages from  diagnostic messages from
Line 232 
Line 235 
 Increasing this may slightly improve file transfer speed  Increasing this may slightly improve file transfer speed
 but will increase memory usage.  but will increase memory usage.
 The default is 64 outstanding requests.  The default is 64 outstanding requests.
   .It Fl r
   Recursively copy entire directories when uploading and downloading.
   Note that
   .Nm
   does not follow symbolic links encountered in the tree traversal.
 .It Fl S Ar program  .It Fl S Ar program
 Name of the  Name of the
 .Ar program  .Ar program
Line 322 
Line 330 
 Quit  Quit
 .Nm sftp .  .Nm sftp .
 .It Xo Ic get  .It Xo Ic get
 .Op Fl P  .Op Fl Ppr
 .Ar remote-path  .Ar remote-path
 .Op Ar local-path  .Op Ar local-path
 .Xc  .Xc
Line 341 
Line 349 
 is specified, then  is specified, then
 .Ar local-path  .Ar local-path
 must specify a directory.  must specify a directory.
 If the  .Pp
 .Fl P  If ether the
   .Fl Ppr
   or
   .Fl p
 flag is specified, then full file permissions and access times are  flag is specified, then full file permissions and access times are
 copied too.  copied too.
   .Pp
   If the
   .Fl r
   flag is specified then directories will be copied recursively.
   Note that
   .Nm
   does not follow symbolic links when performing recursive transfers.
 .It Ic help  .It Ic help
 Display help text.  Display help text.
 .It Ic lcd Ar path  .It Ic lcd Ar path
Line 440 
Line 458 
 is specified, then  is specified, then
 .Ar remote-path  .Ar remote-path
 must specify a directory.  must specify a directory.
 If the  .Pp
   If ether the
 .Fl P  .Fl P
 flag is specified, then the file's full permission and access time are  or
   .Fl p
   flag is specified, then full file permissions and access times are
 copied too.  copied too.
   .Pp
   If the
   .Fl r
   flag is specified then directories will be copied recursively.
   Note that
   .Nm
   does not follow symbolic links when performing recursive transfers.
 .It Ic pwd  .It Ic pwd
 Display remote working directory.  Display remote working directory.
 .It Ic quit  .It Ic quit

Legend:
Removed from v.1.73  
changed lines
  Added in v.1.74