
NAME

	UUX - submit a remote file command via UUCP

SYNOPSIS

	UUX [-acCjlnpr] [-g grade] [-I config] [-u user] [-x opts]
	    [<filename> | -] <command>

EXAMPLE

	UUX mail-message "burdvax!rmail wpl"

DESCRIPTION

	UUX sends a file to the specified remote system along with a command.
	It is generally not run by the user.

	UUX can parse all Taylor 1.03 options, as of UUX 1.17.11. Most are
	implemented, excepting only -I, -l and -x. Those not implemented will
	produce a warning message on stderr, not an error.

	However, certain defaults for AmigaUUCP are different than Taylor. By
	default, AmigaUUCP copies the the file to the spool area. The default
	transfer grade is 'N'. The activity indicated by -r is the default
	behavior, and there is no way to specify immediate execution of UUCICO.

	The AmigaUUCP UUX has a mechanism for specifying a different username
	than the default (-u).

	Prior versions of AmigaUUCP UUX had -n used as -c.

OPTIONS
	-a requester_addr   Send any mail regarding this job to the address
			    specified by <requester_addr>. This address is
			    relative to the destination system.

	-C		    Do copy local files to UUSpool: (this is the
			    default).

	-c		    Do NOT copy local files to UUSpool:.

	-g grade	    Specify the "grade" or priority of this
			    transmission. Valid grades are :

				    0-9
				    A-Z
				    a-z

			    with 0 being the highest.

			    Higher grades are transferred to the remote host
			    first. The default grade is 'N'.

	-I config	    Use the filename specified in <config> as the
			    configuration file.

			    This option is not currently implemented.

	-j		    Print the jobid for the job created by this
			    command. This jobid may be passed to UUSTAT
			    with the KILL option to delete the job.

	-l		    Link the file to UUSpool: instead of copying
			    it. This option can only be used on AmigaDOS 2.04
			    or above.

			    This option is not currently implemented.

	-n		    Do not send mail about this job to the originator
			    (or the requester specified via -a) even on error.

	-p  (or -)	    Use standard input (stdin) as the file to be sent
			    to the remote system. A copy of the file will be
			    made in UUSpool:.

	-r		    Do not start UUCICO immediately. This is the
			    default for AmigaUUCP.

	-u user 	    Specify the "user" causing this to occur. This
			    defaults to UserName in UULib:Config.

	-x options	    Specify debugging options.

			    While the AmigaUUCP UUX parses this field, and it
			    may be specified more than once, the options are
			    ignored.

	<filename>	    file to send

	<command>	    UUx command consisting of a machine path
			    terminated with a command and optional
			    command arguments.

CONFIGURATION OPTIONS

	NodeName    string
		The UUCP name of this site.

	UserName    string
		The login name for the user running UUX.

	UseSubDirs  Y/N
		Where UUX places the files for transfer is controlled by
		UseSubDirs. When UseSubDirs is set to "Y", UUX places the
		files in a subdirectory of UUSpool. That subdirectory is
		named the same as the destination system.

FILES
	UULib:Config
	UULib:Seq
	UUSpool:
	UUSpool:<system-name>/<various>
