summaryrefslogtreecommitdiff
path: root/scp.0
diff options
context:
space:
mode:
Diffstat (limited to 'scp.0')
-rw-r--r--scp.020
1 files changed, 10 insertions, 10 deletions
diff --git a/scp.0 b/scp.0
index fc9f75594..f5af8ccd5 100644
--- a/scp.0
+++ b/scp.0
@@ -6,7 +6,7 @@ NAME
6SYNOPSIS 6SYNOPSIS
7 scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file] 7 scp [-1246BCpqrv] [-c cipher] [-F ssh_config] [-i identity_file]
8 [-l limit] [-o ssh_option] [-P port] [-S program] 8 [-l limit] [-o ssh_option] [-P port] [-S program]
9 [[user@]host1:]file1 ... [[user@]host2:]file2 9 [[user@]host1:]file1 ... [[user@]host2:]file2
10 10
11DESCRIPTION 11DESCRIPTION
12 scp copies files between hosts on a network. It uses ssh(1) for data 12 scp copies files between hosts on a network. It uses ssh(1) for data
@@ -15,8 +15,8 @@ DESCRIPTION
15 they are needed for authentication. 15 they are needed for authentication.
16 16
17 File names may contain a user and host specification to indicate that the 17 File names may contain a user and host specification to indicate that the
18 file is to be copied to/from that host. Local file names can be made ex- 18 file is to be copied to/from that host. Local file names can be made
19 plicit using absolute or relative pathnames to avoid scp treating file 19 explicit using absolute or relative pathnames to avoid scp treating file
20 names containing `:' as host specifiers. Copies between two remote hosts 20 names containing `:' as host specifiers. Copies between two remote hosts
21 are also permitted. 21 are also permitted.
22 22
@@ -30,11 +30,11 @@ DESCRIPTION
30 30
31 -6 Forces scp to use IPv6 addresses only. 31 -6 Forces scp to use IPv6 addresses only.
32 32
33 -B Selects batch mode (prevents asking for passwords or passphras- 33 -B Selects batch mode (prevents asking for passwords or
34 es). 34 passphrases).
35 35
36 -C Compression enable. Passes the -C flag to ssh(1) to enable com- 36 -C Compression enable. Passes the -C flag to ssh(1) to enable
37 pression. 37 compression.
38 38
39 -c cipher 39 -c cipher
40 Selects the cipher to use for encrypting the data transfer. This 40 Selects the cipher to use for encrypting the data transfer. This
@@ -120,8 +120,8 @@ DESCRIPTION
120 -q Quiet mode: disables the progress meter as well as warning and 120 -q Quiet mode: disables the progress meter as well as warning and
121 diagnostic messages from ssh(1). 121 diagnostic messages from ssh(1).
122 122
123 -r Recursively copy entire directories. Note that scp follows sym- 123 -r Recursively copy entire directories. Note that scp follows
124 bolic links encountered in the tree traversal. 124 symbolic links encountered in the tree traversal.
125 125
126 -S program 126 -S program
127 Name of program to use for the encrypted connection. The program 127 Name of program to use for the encrypted connection. The program
@@ -145,4 +145,4 @@ AUTHORS
145 Timo Rinne <tri@iki.fi> 145 Timo Rinne <tri@iki.fi>
146 Tatu Ylonen <ylo@cs.hut.fi> 146 Tatu Ylonen <ylo@cs.hut.fi>
147 147
148OpenBSD 4.7 February 8, 2010 3 148OpenBSD 4.8 February 8, 2010 OpenBSD 4.8