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

  1. .se Support Files
  2. .vm 1
  3. .vi 3
  4. .rl 2
  5. .da 07 May, 1993
  6. .ss systems file ([libdir]\uucp\systems)
  7. .sa modem
  8.  
  9. The systems file controls how FSUUCP logs into the remote system. Think of it
  10. as a basic login script processor.
  11.  
  12. Here is a sample systems entry. Note that this is one complete line. For the
  13. sake of this documentation, it has been broken up, but in the systems file, it
  14. should be contiguous.
  15.  
  16. joltsys Any Hayes 2400 ATDT5551212
  17. "" <CR> TCP\s> set\sbinary\son TCP\s> c\scsl "" \r tion:\s joltsys 
  18. ogin: me ssword: itsmeagain
  19.  
  20. joltsys: the system we are calling. This should be the same as the entries
  21. in the batcher.cfg and sys files. If a system does not appear here, you cannot
  22. send mail directly to it.
  23.  
  24. Any: The time you may call. Currently, timing is not implemented. Soon, FSUUCP
  25. will support calling systems at specific times.
  26.  
  27. Hayes: The dialer type. UUCICO will look for a file in [libdir]\modem with
  28. the name of the dialer, and .MDM for information about how to handle this
  29. dialer. See MODEM.MAN for information about the MDM file.
  30.  
  31. 2400: the baud rate at which to set the communications port for the actual
  32. communication to the remote site
  33.  
  34. ATDT5551212: the string to dial. For a direct connection, you may substitute
  35. this for anything you need to wake the connection up. If nothing else, put
  36. in a return ("\r").
  37.  
  38. THE REST OF THE SYSTEMS LINE
  39. ----------------------------
  40.  
  41. The rest of the systems line is a send/expect pair script. In this instance,
  42. "" means expect nothing, and send a carraige return sequence. The <CR>
  43. is unique to FSUUCP, it directs UUCICO to send a return once per second for
  44. 10 seconds until something is received from the remote site. The rest of the
  45. lines are just strings to expect from the remote site, and what to send when
  46. that string is seen.
  47.  
  48. ESCAPE CODES
  49. ------------
  50.  
  51. The systems send/expect script processor understands some basic escape
  52. codes:
  53.  
  54. \b    - send break
  55. \r    - send return
  56. \n    - send newline
  57. \t    - send tab
  58. \d    - flush line, delay 1 second
  59. \s    - send space
  60. \c    - do NOT send a return at the end of this line (default is to do so)
  61. \\    - send a backslash
  62.  
  63. There is more documentation in the distributed systems file.
  64.  
  65. NOTE
  66. ----
  67.  
  68. Editing an systems entry to work is a long and sometimes VERY difficult process!
  69. No two system are alike, and it takes some getting used to and a bit of skill
  70. to get your systems entry to log you in correctly every time. This is probably
  71. where you'll spend the most time configuring FSUUCP. GOOD LUCK!
  72.