Subversion Repositories

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

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

.\"  -*- nroff -*-
.\"
.\" lcp.1
.\"
.Dd November 8, 2005
.Dt LCP 1
.Os
.Sh NAME
.Nm lcp
.Nd Secure remote file copy
.Sh SYNOPSIS
.Nm lcp
.Bk -words
.Op Fl fvn
.Sm off
.Oo
.Op Ar user No @
.Ar host1 No :
.Oc Ns Ar file1
.Sm on
.Sm off
.Oo
.Op Ar user No @
.Ar host2 No :
.Oc Ar file2
.Sm on
.Ek
.\"
.Sh DESCRIPTION
.Nm
is a program that securely copies files between two hosts on a
network. This is intended as a secure replacement for
.Xr rcp 1 .
Note
that both the source and the destination can be on remote machines.
.\"
.Sh OPTIONS
Available options:
.\"
.Bl -tag -width Ds
.It Fl \-help
Show summary of options.
.It Fl f, \-force
Overwrite existing files.
.It Fl v, \-version
Display commands before they are executed.
.It Fl n, \-dry\-run
Don't execute any commands. Implies -v.
.El
.\"
.\"
.Sh ENVIRONMENT
.TP
.B LSFTP_RSH
The program to use for the SSH tunnel. If the variable is not set, lcp
defaults to using lsh.
.\"
.Sh "REPORTING BUGS"
Report bugs to <bug-lsh@gnu.org>.
.\"
.Sh AUTHOR
The lsh program suite is written mainly by Niels M\[:o]ller <nisse@lysator.liu.se>.
.\"
This man-page was written for 
the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.
.\"
.Sh "SEE ALSO"
.Br rcp (1),
.Br scp (1),
.Br lsftp (1),
.Br lsh (1),
.Br lshd (8),