summaryrefslogtreecommitdiffstats
path: root/upstream/archlinux/man1/rcp.1
blob: 7b1e67be1a20a6b3afe504674e97caa76611ecd8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.49.1.
.TH RCP "1" "December 2023" "GNU inetutils 2.5" "User Commands"
.SH NAME
rcp \- Remote copy
.SH SYNOPSIS
.B rcp
[\fI\,OPTION\/\fR...] \fI\,SOURCE DEST\/\fR
.br
.B rcp
[\fI\,OPTION\/\fR...] \fI\,SOURCE\/\fR... \fI\,DIRECTORY\/\fR
.br
.B rcp
[\fI\,OPTION\/\fR...] \fI\,--target-directory=DIRECTORY SOURCE\/\fR...
.SH DESCRIPTION
Remote copy SOURCE to DEST, or multiple SOURCE(s) to DIRECTORY.
.TP
\fB\-4\fR, \fB\-\-ipv4\fR
use only IPv4
.TP
\fB\-6\fR, \fB\-\-ipv6\fR
use only IPv6
.TP
\fB\-d\fR, \fB\-\-target\-directory\fR[=\fI\,DIRECTORY\/\fR]
copy all SOURCE arguments into DIRECTORY
.TP
\fB\-f\fR, \fB\-\-from\fR
copying from remote host (server use only)
.TP
\fB\-p\fR, \fB\-\-preserve\fR
attempt to preserve (duplicate) in its copies the
modification times and modes of the source files
.TP
\fB\-r\fR, \fB\-\-recursive\fR
if any of the source files are directories, copies
each subtree rooted at that name; in this case the
destination must be a directory
.TP
\fB\-t\fR, \fB\-\-to\fR
copying to remote host (server use only)
.TP
\-?, \fB\-\-help\fR
give this help list
.TP
\fB\-\-usage\fR
give a short usage message
.TP
\fB\-V\fR, \fB\-\-version\fR
print program version
.PP
Mandatory or optional arguments to long options are also mandatory or optional
for any corresponding short options.
.SH AUTHOR
Written by many authors.
.SH "REPORTING BUGS"
Report bugs to <bug\-inetutils@gnu.org>.
.SH COPYRIGHT
Copyright \(co 2023 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
.br
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.
.SH "SEE ALSO"
The full documentation for
.B rcp
is maintained as a Texinfo manual.  If the
.B info
and
.B rcp
programs are properly installed at your site, the command
.IP
.B info rcp
.PP
should give you access to the complete manual.