home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / u / uupc08au.zip / SYSTEMS < prev    next >
Text File  |  1990-02-16  |  2KB  |  48 lines

  1. #
  2. #       SAMPLE FILE ONLY -- Do not use if you have already installed
  3. #                           UUPC and customized this file.
  4. #
  5. #       This file, when customized, should be placed in the Configuration
  6. #       directory defined in UUPC.RC.
  7.  
  8. #
  9. #  Systems file for site foo (foo.your.domain)
  10. #
  11.  
  12. #       Tokens are as follows:
  13. #               system name
  14. #               Time to call (Any, Never, Evening, Night are few valid entries)
  15. #               Port name to use (must be COMx)
  16. #               DIR = Direct connection, HAYES = SmartModem (see below)
  17. #               Baud rate
  18. #               Protocol to use (must be G)
  19. #               Expect/Send pairs
  20. #
  21. #       Note the following about Expect/Send pairs:
  22. #
  23. #               The first token is an expected string.
  24. #               Send strings have a newline appended to them.
  25. #               ""      means expect nothing.
  26. #               ""      means send only a carriage return
  27. #               \d      imbeds a one second delay in a string
  28. #               --      (as in ogin:--ogin:) means look for the first
  29. #                       string, and if not found, send a carriage
  30. #                       return, and then look for the second string.
  31. #
  32. #       Refer to "Managing UUCP and USENET" by O'Reilly and Associates
  33. #       for a complete discussion of send/expect pairs.
  34.  
  35. #       Sample 1: entry for remote system bar via generic dial strings.
  36.  
  37. bar Any COM1 DIR 1200 g "" AT OK ATDP1234567 CONNECT "" ogin:--ogin:--ogin: \dfoo word:--word: password
  38.  
  39. #       For a HAYES modem, the speed token is replaced by the telephone number
  40. #       to dial.  The modem is dialed at the fastest available speed, and
  41. #       then auto-fallback to the speed of the receiving modem.  For this to
  42. #       work, you must have your modem setup to respond "OK" to the "AT Z"
  43. #       (reset) command.
  44.  
  45. #       Sample 2: entry for remote system fie, dialed via a Hayes SmartModem.
  46.  
  47. fie Any COM1 HAYES 1234567 g "" ogin:--ogin:--ogin: \dfie word:--word: password
  48.