Plan 9 from Bell Labs’s /usr/web/sources/contrib/anothy/lib/man/ncp.1

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


.TH ncp 1
.SH NAME
.PP
ncp \- copy files over TCP
.SH SYNOPSIS
.PP
.B ncp
addr files...
.P
.B ncp
[
.B -l
.I listen
]
.SH DESCRIPTION
.PP
ncp is used to copy files over a network. Given a dial string
.I addr
and a list of
.IR files ,
.I ncp
will connect to the server at
.I addr
and use
.IR tar (1)
to transfer the
.I files
over the network. Invoked without those arguments,
.I ncp
will enter server mode, listening on
.I listen
(default tcp!*!8002) for a connection from an ncp client and copying
files to the local file system.
.PP
To the extent possible,
.I ncp
will tell tar to preserve file ownership and permissions.
.SH BUGS
.I ncp
is compatible with Felix von Leitner's version on the network,
but invocation differs.
.PP
The
.B -l
option is accepted but ignored when in client mode.
.PP
.I ncp
has no authentication or other security or safety features.
.SH SEE ALSO
.BR npush(1)
.SH HISTORY
This version of
ncp
was written by Anthony Sorace <[email protected]>, after
the one by Felix 'Fefe' von Leitner <[email protected]>, available at
http://www.fefe.de/ncp/

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to [email protected].