[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.128 and 1.129

version 1.128, 2019/11/30 07:07:59 version 1.129, 2020/04/03 04:34:15
Line 30 
Line 30 
 .Nd OpenSSH secure file transfer  .Nd OpenSSH secure file transfer
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm sftp  .Nm sftp
 .Op Fl 46aCfpqrv  .Op Fl 46aCfNpqrv
 .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 275 
Line 275 
 .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 N
   Disables quiet mode, e.g. to override the implicit quiet mode set by the
   .Fl b
   flag.
 .It Fl p  .It Fl p
 Preserves modification times, access times, and modes from the  Preserves modification times, access times, and modes from the
 original files transferred.  original files transferred.

Legend:
Removed from v.1.128  
changed lines
  Added in v.1.129