Rev 17 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 17 | Rev 65 | ||
---|---|---|---|
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 | .Bl -tag -width ".Ev LSFTP_RSH" |
54 | .B LSFTP_RSH |
54 | .It Ev 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 lsh. |
56 | defaults to using lsh. |
- | 57 | .El |
|
57 | .\" |
58 | .\" |
58 | .Sh "REPORTING BUGS" |
59 | .Sh "REPORTING BUGS" |
59 | Report bugs to <bug-lsh@gnu.org>. |
60 | Report bugs to <bug-lsh@gnu.org>. |
60 | .\" |
61 | .\" |
61 | .Sh AUTHOR |
62 | .Sh AUTHOR |
62 | The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>. |
63 | The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>. |
63 | .\" |
64 | .\" |
64 | This man-page was written for |
65 | This man-page was written for |
65 | the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>. |
66 | the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>. |
66 | .\" |
67 | .\" |
67 | .Sh "SEE ALSO" |
68 | .Sh "SEE ALSO" |
68 | .Br rcp (1), |
69 | .Xr rcp 1 , |
69 | .Br scp (1), |
70 | .Xr scp 1 , |
70 | .Br lsftp (1), |
71 | .Xr lsftp 1 , |
71 | .Br lsh (1), |
72 | .Xr lsh 1 , |
72 | .Br lshd (8), |
73 | .Xr lshd 8 |