Subversion Repositories

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

Rev 5 | Details | Compare with Previous | Last modification | View Log | RSS feed

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