home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / internet / a082_1 / !Rucp / Systems < prev   
Text File  |  1991-04-08  |  2KB  |  40 lines

  1. #       Tokens are as follows:
  2. #               system name
  3. #               Time to call (Any, Never, Evening, Night are few valid entries)
  4. #               DIR = Direct connection, HAYES = SmartModem (see below)
  5. #               Baud rate
  6. #               Protocol to use (must be G)
  7. #               Expect/Send pairs
  8. #
  9. #       Note the following about Expect/Send pairs:
  10. #
  11. #               The first token is an expected string.
  12. #               Send strings have a newline appended to them.
  13. #               ""      means expect nothing.
  14. #               ""      means send only a carriage return
  15. #               \d      imbeds a one second delay in a string
  16. #               --      (as in ogin:--ogin:) means look for the first
  17. #                       string, and if not found, send a carriage
  18. #                       return, and then look for the second string.
  19. #
  20. #       Refer to "Managing UUCP and USENET" by O'Reilly and Associates
  21. #       for a complete discussion of send/expect pairs.
  22.  
  23. #       Sample 1: entry for remote system hotb via generic dial strings.
  24.  
  25. hotb Any DIR 2400 g "" AT OK ATDP24846 ogin:--ogin: nvmr sword: HiThere
  26.  
  27. #       Sample 2: entry for remote system hotb, use after manual dialup
  28.  
  29. #hotb Any DIR 2400 g "" nvmr sword: HiThere
  30.  
  31. #       For a HAYES modem, the speed token is replaced by the telephone number
  32. #       to dial.  The modem is dialed at the fastest available speed, and
  33. #       then auto-fallback to the speed of the receiving modem.  For this to
  34. #       work, you must have your modem setup to respond "OK" to the "AT Z"
  35. #       (reset) command.
  36.  
  37. #       Sample 3: entry for remote system hotb, dialed via a Hayes SmartModem.
  38.  
  39. #hotb Any HAYES 2400 P24846 g "" ogin:--ogin: nvmr sword: HiThere
  40.