2.9BSD/usr/man/cat1/uusend.1c


UUSEND(1C)          UNIX Programmer's Manual           UUSEND(1C)

NAME
     uusend - send a file to a remote host

SYNOPSIS
     uusend [ -m mode ] sourcefile sys1!sys2!..!remotefile

DESCRIPTION
     _U_u_s_e_n_d sends a file to a given location on a remote system.
     The system need not be directly connected to the local sys-
     tem, but a chain of _u_u_c_p(_1_C) links needs to connect the two
     systems.

     If the -m option is specified, the mode of the file on the
     remote end will be taken from the octal number given.  Oth-
     erwise, the mode of the input file will be used.

     The _s_o_u_r_c_e_f_i_l_e can be ``-'', meaning to use the standard
     input.  Both of these options are primarily intended for
     internal use of uusend.

     The remotefile can include the ~userid syntax.

DIAGNOSTICS
     If anything goes wrong any further away than the first sys-
     tem down the line, you will never hear about it.

SEE ALSO
     uucp(1C), uuencode(1C), uux(1C)

AUTHOR
     Mark Horton

BUGS
     This command shouldn't exist, since _u_u_c_p should handle it.

     All systems along the line must have the _u_u_s_e_n_d command
     available and allow remote execution of it.

     Some uucp systems have a bug where binary files cannot be
     the input to a uux command.  If this bug exists in any sys-
     tem along the line, the file will show up severly munged.

Printed 8/5/83                                                  1