[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.84 and 1.85

version 1.84, 2019/01/22 06:58:31 version 1.85, 2019/01/26 22:41:28
Line 18 
Line 18 
 .Nd secure copy (remote file copy program)  .Nd secure copy (remote file copy program)
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm scp  .Nm scp
 .Op Fl 346BCpqrv  .Op Fl 346BCpqrTv
 .Op Fl c Ar cipher  .Op Fl c Ar cipher
 .Op Fl F Ar ssh_config  .Op Fl F Ar ssh_config
 .Op Fl i Ar identity_file  .Op Fl i Ar identity_file
Line 222 
Line 222 
 The program must understand  The program must understand
 .Xr ssh 1  .Xr ssh 1
 options.  options.
   .It Fl T
   Disable strict filename checking.
   By default when copying files from a remote host to a local directory
   .Nm
   checks that the received filenames match those requested on the command-line
   to prevent the remote end from sending unexpected or unwanted files.
   Because of differences in how various operating systems and shells interpret
   filename wildcards, these checks may cause wanted files to be rejected.
   This option disables these checks at the expense of fully trusting that
   the server will not send unexpected filenames.
 .It Fl v  .It Fl v
 Verbose mode.  Verbose mode.
 Causes  Causes

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85