diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-15 19:43:11 +0000 |
commit | fc22b3d6507c6745911b9dfcc68f1e665ae13dbc (patch) | |
tree | ce1e3bce06471410239a6f41282e328770aa404a /upstream/opensuse-leap-15-6/man1/uuto.1 | |
parent | Initial commit. (diff) | |
download | manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.tar.xz manpages-l10n-fc22b3d6507c6745911b9dfcc68f1e665ae13dbc.zip |
Adding upstream version 4.22.0.upstream/4.22.0
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'upstream/opensuse-leap-15-6/man1/uuto.1')
-rw-r--r-- | upstream/opensuse-leap-15-6/man1/uuto.1 | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/upstream/opensuse-leap-15-6/man1/uuto.1 b/upstream/opensuse-leap-15-6/man1/uuto.1 new file mode 100644 index 00000000..3d757dc1 --- /dev/null +++ b/upstream/opensuse-leap-15-6/man1/uuto.1 @@ -0,0 +1,36 @@ +.TH uuto 1 "Taylor UUCP 1.07" +.\" manual page source format generated by PolyglotMan v3.0.8+X.Org, +.\" available at http://polyglotman.sourceforge.net/ +.SH NAME +uuto \- send files to a user on another system. +.SH SYNOPSIS +.B uuto +.I files... system!user +.SH DESCRIPTION +The \fBuuto\fR program may be used to conveniently send files to a +particular user on a remote system. It will arrange for mail to be sent +to the remote user when the files arrive on the remote system, and he or +she may easily retrieve the files using the +.BR uupick (1) +program. Note that \fBuuto\fR does not provide any +security \-\- any user on the remote system can examine the files. +.LP +The last argument specifies the system and user name to which to send +the files. The other arguments are the files or directories to be sent. +.LP +The \fBuuto\fR program is actually just a trivial shell script which +invokes the \fBuucp\fR program with the appropriate arguments. Any option +which may be given to \fBuucp\fR may also be given to \fBuuto\fR, see +.BR uucp (1). + +.SH SEE ALSO +.BR uucp (1), +.BR uupick (1). +.SH AUTHOR +This manual page source format was generated by PolyglotMan +from the output of the command + +.RS 5 +.B info uucp 'Invoking uuto' +.RE + |