[BACK]Return to scp.1 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/scp.1 between version 1.111 and 1.112

version 1.111, 2022/12/16 03:40:03 version 1.112, 2022/12/16 07:13:22
Line 34 
Line 34 
 .Nm  .Nm
 copies files between hosts on a network.  copies files between hosts on a network.
 .Pp  .Pp
 It uses  .Nm
   uses the SFTP protocol over a
 .Xr ssh 1  .Xr ssh 1
 for data transfer, and uses the same authentication and provides the  connection for data transfer, and uses the same authentication and provides
 same security as a login session.  the same security as a login session.
 .Pp  .Pp
 .Nm  .Nm
 will ask for passwords or passphrases if they are needed for  will ask for passwords or passphrases if they are needed for
Line 111 
Line 112 
 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_path
 When using the SFTP protocol support via  Connect directly to a local SFTP server program rather than a
 .Fl M ,  
 connect directly to a local SFTP server program rather than a  
 remote one via  remote one via
 .Xr ssh 1 .  .Xr ssh 1 .
 This option may be useful in debugging the client and server.  This option may be useful in debugging the client and server.

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112