home *** CD-ROM | disk | FTP | other *** search
/ back2roots/padua / padua.7z / padua / uucp / duucp-1.17 / AU-117b4-man.lha / man / UUCP < prev    next >
Encoding:
Text File  |  1994-03-24  |  4.1 KB  |  143 lines

  1. NAME
  2.  
  3.     UUCP - Unix to Unix Copy Program
  4.  
  5. SYNTAX
  6.  
  7.     UUCP [-cCdfjmr] [-g grade] [-n user] [-u user] source dest
  8.  
  9. DESCRIPTION
  10.  
  11.     The UUCP command copies a file named by "source" to "dest"; one of
  12.     the two is a local file, the other is on another remote machine.
  13.  
  14.     For example:
  15.  
  16.         uucp fubar system!~/fubar        send a file
  17.         uucp system!~/fubar fubar        request a remote file
  18.  
  19.     ~/path is interpreted as UUPub:path for an Amiga.
  20.  
  21.     ~user/path is interpreted as the directory prefix for the specified
  22.     user on the machine in question (yours or the remote's). If an Amiga,
  23.     the user must exist in the GETTY:PASSWD file.  The directory prefix
  24.     is part of the PASSWD entry for each user.
  25.  
  26.     ~uucp is interpreted just like ~user ... you must have a password entry
  27.     for the 'uucp' user for it to work.  Remember that a ~/ or ~user/ in
  28.     the REMOTE path is interpreted by the remote machine, not your machine.
  29.  
  30.     Additionally, for the Amiga, the local directory must have appropriate
  31.     permissions as specified by UULib:Security, or the transfer will not
  32.     be allowed.
  33.  
  34.     Shell metacharacters appearing in the pathname part are not understood
  35.     by the Amiga, but may be understood by the remote machine.
  36.  
  37. OPTIONS
  38.  
  39.     -c
  40.         When specified, this option indicates that a copy of the
  41.         local file should not be placed in the spool directory.
  42.  
  43.         This is the default for AmigaUUCP.
  44.  
  45.     -C
  46.         When specified, this option indicates that the UUCP command
  47.         should create a copy of a local file being transferred.
  48.         This copy is placed in the UUSpool directory, where it is
  49.         removed after the transfer is complete. Normally, AmigaUUCP
  50.         does not make a copy of the file, and if the file is
  51.         renamed or removed, the transfer will fail.
  52.  
  53.     -d
  54.         When specified, this option indicates that all necessary
  55.         directories should be created on the receiving machine by
  56.         the receiving UUCICO.
  57.  
  58.         This is the default.
  59.  
  60.     -f
  61.         When specified, this option indicates that if a required
  62.         directory does not exist on the receiving machine, that
  63.         the transfer should be aborted.
  64.  
  65.     -g grade
  66.         This option controls the priority with which the request
  67.         is executed by UUCICO. Valid grades are 0-9, A-Z, and a-z.
  68.         Files are transferred by UUCICO in that order.
  69.  
  70.         The default grade for the UUCP command is "A".
  71.  
  72.         Other commands have other defaults.
  73.  
  74.     -I config
  75.         This option is for Taylor UUCP compatibility. The option
  76.         is ignored.
  77.  
  78.     -j
  79.         When specified, the UUCP command will print out the jobid
  80.         of the transfer request. Using the UUSTAT command, the user
  81.         may request that the transfer be cancelled (-k switch).
  82.  
  83.     -m
  84.         When specified, the remote UUCICO is requested to send
  85.         mail to the transferring user when the transfer is
  86.         complete.
  87.  
  88.     -n addr
  89.         When specified, the remote UUCICO is requested to send
  90.         mail to the named address when the transfer is complete.
  91.         This address may be different user than the default
  92.         user; and must be a valid address on the remote machine.
  93.  
  94.     -r
  95.         This option normally means that UUCICO should not be
  96.         started immediately. This is the normal action on the
  97.         Amiga.
  98.  
  99.     -u user
  100.         This option controls the username specified as sending the
  101.         UUCP request. By default, this comes from the UserName
  102.         configuration variable in UULib:Config.
  103.  
  104.     -x opts
  105.         This option is for Taylor UUCP compatibility. The 'opts'
  106.         are ignored.
  107.  
  108. CONFIGURATION OPTIONS
  109.  
  110.     NodeName    string
  111.  
  112.     UserName    string
  113.  
  114.     UseSubDirs  Y/N
  115.  
  116.     UUSpool     string
  117.  
  118. NOTE
  119.     By default, UUCP builds the command file in the UUSpool directory (or
  120.     the alternate that may be specified in the UULib:Config file). To
  121.     have UUCP place files in a separate directory for each system, the
  122.     UseSubDirs configuration option must be set.
  123.  
  124. WARNINGS
  125.  
  126.     The domain of remotely accessible files can (and for obvious security
  127.     reasons, usually should) be severely restricted.
  128.  
  129.     You will very likely not be able to fetch files by pathname. Ask a
  130.     responsible person on the remote system to send them to you. For the
  131.     same reasons, you will probably not be able to send files to arbitrary
  132.     pathnames.
  133.  
  134.     On the Amiga, security is accomplished with the UULib:Security file,
  135.     please refer to UUMan:Security for more information.
  136.  
  137. FILES
  138.  
  139.     UULib:Config
  140.     UULib:Seq
  141.     UUSpool:
  142.     UUSpool:<system-name>/<various>
  143.