logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

lcp — Secure remote file copy

Author

       The lsh program suite is written mainly  by  Niels  Möller  <nisse@lysator.liu.se>.   This  man-page  was
       written for the Debian GNU/Linux system by Charles Fry <debian@frogcircus.org>.

Description

lcp  is a program that securely copies files between two hosts on a network. This is intended as a secure
       replacement for rcp(1).  Note that both the source and the destination can be on remote machines.

Environment

       LSFTP_RSH  The program to use for the SSH tunnel. If the variable is not set, lcp defaults to using lsh.

Name

       lcp — Secure remote file copy

Options

       Available options:

       --help  Show summary of options.

       -f,--force
               Overwrite existing files.

       -v,--version
               Display commands before they are executed.

       -n,--dry-run
               Don't execute any commands. Implies -v.

Reporting Bugs

       Report bugs to <bug-lsh@gnu.org>.

See Also

rcp(1), scp(1), lsftp(1), lsh(1), lshd(8)

Debian                                          November 8, 2005                                          LCP(1)

Synopsis

lcp [-fvn] [[user@]host1:]file1 [[user@]host2:]file2

See Also