diff options
Diffstat (limited to 'scp.1')
-rw-r--r-- | scp.1 | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -18,7 +18,7 @@ | |||
18 | .Nd secure copy (remote file copy program) | 18 | .Nd secure copy (remote file copy program) |
19 | .Sh SYNOPSIS | 19 | .Sh SYNOPSIS |
20 | .Nm scp | 20 | .Nm scp |
21 | .Op Fl 346BCpqrv | 21 | .Op Fl 346BCpqrTv |
22 | .Op Fl c Ar cipher | 22 | .Op Fl c Ar cipher |
23 | .Op Fl F Ar ssh_config | 23 | .Op Fl F Ar ssh_config |
24 | .Op Fl i Ar identity_file | 24 | .Op Fl i Ar identity_file |
@@ -208,6 +208,16 @@ to use for the encrypted connection. | |||
208 | The program must understand | 208 | The program must understand |
209 | .Xr ssh 1 | 209 | .Xr ssh 1 |
210 | options. | 210 | options. |
211 | .It Fl T | ||
212 | Disable strict filename checking. | ||
213 | By default when copying files from a remote host to a local directory | ||
214 | .Nm | ||
215 | checks that the received filenames match those requested on the command-line | ||
216 | to prevent the remote end from sending unexpected or unwanted files. | ||
217 | Because of differences in how various operating systems and shells interpret | ||
218 | filename wildcards, these checks may cause wanted files to be rejected. | ||
219 | This option disables these checks at the expense of fully trusting that | ||
220 | the server will not send unexpected filenames. | ||
211 | .It Fl v | 221 | .It Fl v |
212 | Verbose mode. | 222 | Verbose mode. |
213 | Causes | 223 | Causes |