summaryrefslogtreecommitdiff
path: root/scp.1
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2008-02-10 22:28:45 +1100
committerDamien Miller <djm@mindrot.org>2008-02-10 22:28:45 +1100
commitb508faa006a6bcf96f9b59f3e9b6da3c867e8a0f (patch)
treea6006d962634f83c8ee449badd1129236dfc3f32 /scp.1
parent5ed3d575f90cb62979e25c611da29e08069f1006 (diff)
- jmc@cvs.openbsd.org 2008/01/31 20:06:50
[scp.1] explain how to handle local file names containing colons; requested by Tamas TEVESZ ok dtucker
Diffstat (limited to 'scp.1')
-rw-r--r--scp.114
1 files changed, 10 insertions, 4 deletions
diff --git a/scp.1 b/scp.1
index 46b72eda3..7122fa40f 100644
--- a/scp.1
+++ b/scp.1
@@ -9,9 +9,9 @@
9.\" 9.\"
10.\" Created: Sun May 7 00:14:37 1995 ylo 10.\" Created: Sun May 7 00:14:37 1995 ylo
11.\" 11.\"
12.\" $OpenBSD: scp.1,v 1.43 2008/01/19 19:25:50 djm Exp $ 12.\" $OpenBSD: scp.1,v 1.44 2008/01/31 20:06:50 jmc Exp $
13.\" 13.\"
14.Dd $Mdocdate: January 19 2008 $ 14.Dd $Mdocdate: January 31 2008 $
15.Dt SCP 1 15.Dt SCP 1
16.Os 16.Os
17.Sh NAME 17.Sh NAME
@@ -56,9 +56,15 @@ Unlike
56will ask for passwords or passphrases if they are needed for 56will ask for passwords or passphrases if they are needed for
57authentication. 57authentication.
58.Pp 58.Pp
59Any file name may contain a host and user specification to indicate 59File names may contain a user and host specification to indicate
60that the file is to be copied to/from that host. 60that the file is to be copied to/from that host.
61Copies between two remote hosts are permitted. 61Local file names can be made explicit using absolute or relative pathnames
62to avoid
63.Nm
64treating file names containing
65.Sq :\&
66as host specifiers.
67Copies between two remote hosts are also permitted.
62.Pp 68.Pp
63The options are as follows: 69The options are as follows:
64.Bl -tag -width Ds 70.Bl -tag -width Ds