The sending and receiving systems must be running either Basic Networking Utilities (BNU) or some version of UNIX-to-UNIX Copy Program (UUCP).
This procedure describes sending and receiving a file using the uuto and uupick commands. This procedure also describes the options for receiving a file.
The uuto command sends a file. Include the file to be sent, the remote system destination, and the user at the destination. For example:
uuto /home/bin/file1 distant!joe
This sends file1 from the local /home/bin directory to user joe on the remote system distant .
The uuto command runs under the uucp command. The uucp command transfers the file to the remote system, routing through the public directory, /var/spool/uucppublic. The file is deposited in the /var/spool/uucppublic/receive/user/System directory on the remote system. If the target directory does not exist, the uucp command creates the directory during the file exchange.
The BNU rmail command notifies the receiver that a file has arrived.
Note: To send a file to a user on a local system, enter the uuto command. Include the file to be sent, the local system destination, and the user at the local destination. For example:
uuto /home/bin/file2 near!nick
This sends file2 from the local /home/bin directory to user nick on the local system near .
uupick
The uupick command searches the public directory for files that include the remote user ID in the path names. The uupick command then displays on the remote screen a message similar to:
from system base: file file1
?
The ? (question mark) on the second line of the notification display prompts the receiver to use any uupick options for handling files in BNU's public directory.
For a list of all available options, enter an * (asterisk) on the line below the ? (question mark) prompt. The display, save, and quit options are:
The uuto command, uupick command.