scp.1 (3af64f03119a159ac15eb75b92d346705b490385) scp.1 (afde5170533a488a5404d1dba7650598aa41fc65)
1.\"
2.\" scp.1
3.\"
4.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
5.\"
6.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
7.\" All rights reserved
8.\"

--- 4 unchanged lines hidden (view full) ---

13.Dd $Mdocdate: July 19 2018 $
14.Dt SCP 1
15.Os
16.Sh NAME
17.Nm scp
18.Nd secure copy (remote file copy program)
19.Sh SYNOPSIS
20.Nm scp
1.\"
2.\" scp.1
3.\"
4.\" Author: Tatu Ylonen <ylo@cs.hut.fi>
5.\"
6.\" Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland
7.\" All rights reserved
8.\"

--- 4 unchanged lines hidden (view full) ---

13.Dd $Mdocdate: July 19 2018 $
14.Dt SCP 1
15.Os
16.Sh NAME
17.Nm scp
18.Nd secure copy (remote file copy program)
19.Sh SYNOPSIS
20.Nm scp
21.Op Fl 346BCpqrv
21.Op Fl 346BCpqrTv
22.Op Fl c Ar cipher
23.Op Fl F Ar ssh_config
24.Op Fl i Ar identity_file
25.Op Fl l Ar limit
26.Op Fl o Ar ssh_option
27.Op Fl P Ar port
28.Op Fl S Ar program
29.Ar source ... target

--- 172 unchanged lines hidden (view full) ---

202follows symbolic links encountered in the tree traversal.
203.It Fl S Ar program
204Name of
205.Ar program
206to use for the encrypted connection.
207The program must understand
208.Xr ssh 1
209options.
22.Op Fl c Ar cipher
23.Op Fl F Ar ssh_config
24.Op Fl i Ar identity_file
25.Op Fl l Ar limit
26.Op Fl o Ar ssh_option
27.Op Fl P Ar port
28.Op Fl S Ar program
29.Ar source ... target

--- 172 unchanged lines hidden (view full) ---

202follows symbolic links encountered in the tree traversal.
203.It Fl S Ar program
204Name of
205.Ar program
206to use for the encrypted connection.
207The program must understand
208.Xr ssh 1
209options.
210.It Fl T
211Disable strict filename checking.
212By default when copying files from a remote host to a local directory
213.Nm
214checks that the received filenames match those requested on the command-line
215to prevent the remote end from sending unexpected or unwanted files.
216Because of differences in how various operating systems and shells interpret
217filename wildcards, these checks may cause wanted files to be rejected.
218This option disables these checks at the expense of fully trusting that
219the server will not send unexpected filenames.
210.It Fl v
211Verbose mode.
212Causes
213.Nm
214and
215.Xr ssh 1
216to print debugging messages about their progress.
217This is helpful in

--- 20 unchanged lines hidden ---
220.It Fl v
221Verbose mode.
222Causes
223.Nm
224and
225.Xr ssh 1
226to print debugging messages about their progress.
227This is helpful in

--- 20 unchanged lines hidden ---