home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1996 October / PCO_10.ISO / filesbbs / ezdialup.arj / README.TXT < prev    next >
Encoding:
Text File  |  1996-09-12  |  5.0 KB  |  111 lines

  1.  
  2. Thank you for downloading EZDialup v1.71.
  3.  
  4. You will find a complete user's manual in EZDIALUP.HLP and EZDIALUP.WRI.
  5. Both the server and client software can be tested immediately.  See the
  6. Server Installation page of the Help file for step-by-step instructions.
  7.  
  8. NON-PROGRAMMERS
  9.  
  10. Installation of an EZDialup system is geared toward someone who can 
  11. install a modem, use a text editor, etc.  Programming experience is
  12. not necessary to create and maintain a dialup system, using EZDialup's
  13. original Script Mode (Mode A).  And day-to-day use of EZDialup is
  14. geared toward anyone who can start a Windows program!
  15.  
  16. Please see SCRIPT MODE below for a non-techical expanation of the
  17. EZDialup system.
  18.  
  19. DEVELOPERS
  20.  
  21. EZDialup lets you write programs that access both EZDialup Servers AND
  22. most other dialup hosts, like BBS's, CompuServe, etc.  You can integrate
  23. the software seamlessly into your program, which appears to be doing all
  24. the work!
  25.  
  26. EZDialup handles everything - it opens the comm port, inits the modem
  27. and makes sure it's responding, dials the number, then lets your program
  28. know when it's connected and ready, or if a busy signal or some other
  29. problem occurred.
  30.  
  31. When your program connects to an EZDialup server, it can direct it to
  32. transfer, zip, unzip or delete files, run programs or perform other
  33. functions - every option available in Script-Mode.
  34.  
  35. When your program connects to a BBS, API routines let it:
  36.  
  37.    -access all incoming characters
  38.    -send individual characters or entire strings
  39.    -request automatic Xmodem, XModem 1K and Ymodem file transfers
  40.    -setup automatic reponses to expected input ("Login: ", etc.)
  41.    -also setup notification to your program when these input strings
  42.     occur
  43.  
  44. A test program (TESTBED.EXE) and its Pascal source code demonstrate the
  45. use of the extended API.
  46.  
  47. ---------
  48. Use of the toolkit (when registered) is royalty-free.
  49.  
  50. Visual Basic and Pascal interface source code examples are included, but
  51. any development language that can call DLL routines and react to Windows
  52. messages (some development platforms call these TRIGGERS) can use the API.
  53.  
  54. Please see the EZDIALUP.HLP or EZDIALUP.WRI for addtional details.
  55.  
  56. ********************
  57. SCRIPT-BASED EZDIALUP
  58.  
  59. Here's the idea: dedicate a Windows-running PC to handle dialup
  60. requests for information.  One PC can handle up to four modems,
  61. each controlled by an instance of EZDialup (running in server mode).
  62. On a two-line installation, for example, you'd see two EZDialup icons
  63. running on the server PC. Other tasks should be able to run on this PC,
  64. but your results, of course, may vary.
  65.  
  66. Remote PC's use client-mode EZDialup to call in and request that a
  67. script file be executed, providing a password as it does so.  If
  68. the specified script file (which contains commands to zip, unzip,
  69. upload, download, etc.) can be located, and the password checks out,
  70. the script file is executed.  When all the commands in the script have been
  71. executed, the connection is broken, the client side shuts down, and the
  72. server side resets for the next call.
  73.  
  74. Ad-hoc download requests and file directory requests are intentionally not
  75. supported by either mode of EZDialup, so security is automatically tight.
  76. Only the file-transfer scripts found on the server side can take place.
  77. If a remote user loses security rights (leaves company, etc.) you just
  78. wipe their password file or the scripts or even the user's network directory,
  79. making their remote EZDialup software useless.
  80.  
  81. The remote user just launches (double-clicks) an icon (in Program Manager,
  82. or one of the several ways Windows 95 can start a program) to call in,
  83. and therefore the program absolutely could not be easier to use.  A Cancel
  84. button lets the user interrupt the session and hangup.
  85.  
  86. The only piece of information that changes with any frequency for a roaming
  87. (laptop-toting?) remote user is the complete phone number dialing sequence,
  88. which might, for example, need a prefix of "8," when dialing from a
  89. hotel, or "9," when dialing from an office with a typical PBX, or "*70,"
  90. when calling from a call-waiting-equipped phone at home, etc.  For
  91. the convenience of the user a "Change Phone Number" button lets the user
  92. take a short cut to changing the dialing sequence.
  93.  
  94. EZDialup is not freeware.  This shareware version can do everything the
  95. registered version can, but a registration reminder pops up each time the
  96. program ends on the client side.  Registration is $65-$75, which covers all
  97. the server and client nodes you need to install.
  98.  
  99. Compuserve can bill your account and notify us immediately that you are
  100. registered, at which point we can immediately e-mail to you the registration
  101. codes.  To do this, GO SWREG and search for software title #7676.
  102.  
  103. A Visual Basic interface example is now included.  The files are found in
  104. the included file EZ4VB.ZIP.
  105.  
  106. Again, we appreciate your interest and hope you find EZDialup useful.
  107.  
  108. _________
  109. This version (v1.71) is completely compatible with all versions 1.6 or higher.
  110.  
  111.