[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.140 and 1.141

version 1.140, 2022/03/31 17:27:27 version 1.141, 2022/06/27 21:41:55
Line 34 
Line 34 
 .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
 .Op Fl D Ar sftp_server_path  .Op Fl D Ar sftp_server_command
 .Op Fl F Ar ssh_config  .Op Fl F Ar ssh_config
 .Op Fl i Ar identity_file  .Op Fl i Ar identity_file
 .Op Fl J Ar destination  .Op Fl J Ar destination
Line 167 
Line 167 
 Selects the cipher to use for encrypting the data transfers.  Selects the cipher to use for encrypting the data transfers.
 This option is directly passed to  This option is directly passed to
 .Xr ssh 1 .  .Xr ssh 1 .
 .It Fl D Ar sftp_server_path  .It Fl D Ar sftp_server_command
 Connect directly to a local sftp server  Connect directly to a local sftp server
 (rather than via  (rather than via
 .Xr ssh 1 ) .  .Xr ssh 1 ) .
   A command and arguments may be specified, for example
   .Qq /path/sftp-server -el debug3 .
 This option may be useful in debugging the client and server.  This option may be useful in debugging the client and server.
 .It Fl F Ar ssh_config  .It Fl F Ar ssh_config
 Specifies an alternative  Specifies an alternative

Legend:
Removed from v.1.140  
changed lines
  Added in v.1.141