home *** CD-ROM | disk | FTP | other *** search
/ Beijing Paradise BBS Backup / PARADISE.ISO / software / BBSDOORW / FS132_MA.ZIP / UUCICO.MAN < prev    next >
Encoding:
Text File  |  1993-05-05  |  3.0 KB  |  77 lines

  1. .se Applications
  2. .vm 1
  3. .vi 3
  4. .rl 2
  5. .da 07 May, 1993
  6. .ss uucico.exe
  7.  
  8. This program implements a standard 'g' protocol transfer mechanism. 
  9.  
  10. Usage: uucico [-s system] 
  11.               [-x debug] 
  12.               [-p] 
  13.               [-h] 
  14.               [-ln]
  15.               [-z] 
  16.               [-v]
  17.               [-a]
  18.               [-f filename]
  19.  
  20. The site specified with "-s" must be in the systems file. 
  21.      
  22. --> The -s argument is MANDATORY. All others are optional.
  23.      
  24. The "-x" option allows for specifying a debug level from 1 to 9.  These
  25. debug levels provide different amounts of information necessary for
  26. debugging a connection. (i.e. 1 provides the least information, 9 the
  27. most. A rather gluttonous amount, really). Once a connection is stable, 
  28. debug level 3 or 4 is usually sufficient. Omitting this option will
  29. default uucico to a debug level of 3.
  30.      
  31. Debug information can be dumped to the printer in addition to being 
  32. displayed on the screen by using the "-p" option.  Note that with a high 
  33. debug level, a large amount of information will be created, and may cause
  34. performance degradation if the printer being used has a small buffer. It
  35. may even hang UUCICO. Nobody here is brave enough to try debug levels
  36. greater than 5 with the -p option.
  37.      
  38. "-v" will print the current version number of FSUUCP.
  39.  
  40. "-a" will run uucico in "automatic" mode, not prompting the user at
  41. any time.
  42.  
  43. The "-h" option tells uucico to ignore the host name sent by the remote
  44. machine. It has the same effect as the "ignorehost on" option in the
  45. FSUUCP.CFG file. If -h is used, the ignorehost command in the FSUUCP.CFG
  46. file will be ignored.
  47.  
  48. The "-l" option allows the maximum length (number of characters) of the
  49. sitename to be specified when calling a remote system.  This switch is
  50. intended to provide compatibility with systems that do not follow the UUCP
  51. standard of a maximum of 8 characters in a sitename.  The value specified
  52. here will override any value set in the FSUUCP.CFG file. 
  53.  
  54. The "-f" option allows debug information to be diverted to a file.
  55.  
  56. The "-z" option is a dirty hack to strip NULL characters that follow
  57. returns. You should never need it. If you do, see the administrator
  58. of the site that you are calling about getting the uucico connection
  59. working in RAW mode.
  60.  
  61. UUCICO will return an integer exit code readable by a calling program,
  62. or via the ERRORLEVEL variable in a batch file. The codes are:
  63.  
  64.   0 - Poll completed OK
  65.   1 - Error reading FSUUCP.CFG configuration
  66.   2 - Error in command line parametres
  67.   3 - Unknown site specified with -s option
  68.   4 - Error initializing modem
  69.   5 - Did not receive connection to remote site
  70.   6 - Error starting up protocol
  71.   7 - Error during procotol transfer
  72.  
  73. All error codes 1 through 6 indicate that something is wrong with the
  74. setup or configuration on either the FSUUCP or remote host side. Error
  75. level 7 indicates that there was some problem during transmission, and
  76. a retry will usually continue where the error left off.
  77.