Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 5 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 5 Rev 29
1
.\"  -*- nroff -*-
1
.\"  -*- nroff -*-
2
.\"
2
.\"
3
.\" lcp.1
3
.\" lcp.1
4
.\"
4
.\"
5
.Dd November 8, 2005
5
.Dd November 8, 2005
6
.Dt LCP 1
6
.Dt LCP 1
7
.Os
7
.Os
8
.Sh NAME
8
.Sh NAME
9
.Nm lcp
9
.Nm lcp
10
.Nd Secure remote file copy
10
.Nd Secure remote file copy
11
.Sh SYNOPSIS
11
.Sh SYNOPSIS
12
.Nm lcp
12
.Nm lcp
13
.Bk -words
13
.Bk -words
14
.Op Fl fvn
14
.Op Fl fvn
15
.Sm off
15
.Sm off
16
.Oo
16
.Oo
17
.Op Ar user No @
17
.Op Ar user No @
18
.Ar host1 No :
18
.Ar host1 No :
19
.Oc Ns Ar file1
19
.Oc Ns Ar file1
20
.Sm on
20
.Sm on
21
.Sm off
21
.Sm off
22
.Oo
22
.Oo
23
.Op Ar user No @
23
.Op Ar user No @
24
.Ar host2 No :
24
.Ar host2 No :
25
.Oc Ar file2
25
.Oc Ar file2
26
.Sm on
26
.Sm on
27
.Ek
27
.Ek
28
.\"
28
.\"
29
.Sh DESCRIPTION
29
.Sh DESCRIPTION
30
.Nm
30
.Nm
31
is a program that securely copies files between two hosts on a
31
is a program that securely copies files between two hosts on a
32
network. This is intended as a secure replacement for
32
network. This is intended as a secure replacement for
33
.Xr rcp 1 .
33
.Xr rcp 1 .
34
Note
34
Note
35
that both the source and the destination can be on remote machines.
35
that both the source and the destination can be on remote machines.
36
.\"
36
.\"
37
.Sh OPTIONS
37
.Sh OPTIONS
38
Available options:
38
Available options:
39
.\"
39
.\"
40
.Bl -tag -width Ds
40
.Bl -tag -width Ds
41
.It Fl \-help
41
.It Fl \-help
42
Show summary of options.
42
Show summary of options.
43
.It Fl f, \-force
43
.It Fl f, \-force
44
Overwrite existing files.
44
Overwrite existing files.
45
.It Fl v, \-version
45
.It Fl v, \-version
46
Display commands before they are executed.
46
Display commands before they are executed.
47
.It Fl n, \-dry\-run
47
.It Fl n, \-dry\-run
48
Don't execute any commands. Implies -v.
48
Don't execute any commands. Implies -v.
49
.El
49
.El
50
.\"
50
.\"
51
.\"
51
.\"
52
.Sh ENVIRONMENT
52
.Sh ENVIRONMENT
53
.Tp
53
.TP
54
.B LSFTP_RSH
54
.B LSFTP_RSH
55
The program to use for the SSH tunnel. If the variable is not set, lcp
55
The program to use for the SSH tunnel. If the variable is not set, lcp
56
defaults to using lshc.
56
defaults to using lsh.
57
.\"
57
.\"
58
.Sh "REPORTING BUGS"
58
.Sh "REPORTING BUGS"
59
Report bugs to <bug-lsh@gnu.org>.
59
Report bugs to <bug-lsh@gnu.org>.
60
.\"
60
.\"
61
.Sh AUTHOR
61
.Sh AUTHOR
62
The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
62
The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
63
.\"
63
.\"
64
This man-page was written for 
64
This man-page was written for 
65
the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
65
the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
66
.\"
66
.\"
67
.Sh "SEE ALSO"
67
.Sh "SEE ALSO"
68
.Br rcp (1),
68
.Br rcp (1),
69
.Br scp (1),
69
.Br scp (1),
70
.Br lsftp (1),
70
.Br lsftp (1),
71
.Br lshc (1),
71
.Br lsh (1),
72
.Br lshd (8),
72
.Br lshd (8),