1UUSEND(1C) UUSEND(1C)
2
3
4
6 uusend - send a file to a remote host
7
9 uusend [ -m mode ] sourcefile sys1!sys2!..!remotefile
10
12 Uusend sends a file to a given location on a remote system. The system
13 need not be directly connected to the local system, but a chain of
14 uucp(1) links needs to connect the two systems.
15
16 If the -m option is specified, the mode of the file on the remote end
17 will be taken from the octal number given. Otherwise, the mode of the
18 input file will be used.
19
20 The sourcefile can be ``-'', meaning to use the standard input. Both
21 of these options are primarily intended for internal use of uusend.
22
23 The remotefile can include the ~userid syntax.
24
26 If anything goes wrong any further away than the first system down the
27 line, you will never hear about it.
28
30 uux(1), uucp(1), uuencode(1)
31
33 This command should not exist, since uucp should handle it.
34
35 All systems along the line must have the uusend command available and
36 allow remote execution of it.
37
38 Some uucp systems have a bug where binary files cannot be the input to
39 a uux command. If this bug exists in any system along the line, the
40 file will show up severly munged.
41
42
43
444th Berkeley Distribution April 24, 1986 UUSEND(1C)