home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / fngpng10.zip / readme.txt < prev    next >
Text File  |  1996-10-16  |  4KB  |  117 lines

  1.                      FingPing v1.0
  2.            Freeware (c) 1996 by Greg Kondrasuk
  3. -------------------------------------------------------------
  4.  
  5. REQUIREMENTS: 
  6.  
  7. -OS/2 2.x, 3.0, 4.0
  8. -TCP/IP 1.2.1 or higher
  9. -Rexx support installed with REXXUTIL.DLL, RXSOCK.DLL, VPUTIL.DLL,
  10.  and optionally RXFTP.DLL, located in directories in your LIBPATH.
  11.  
  12. WARRENTY:
  13.  
  14. This software comes with absolutely no warranty, expressed or
  15. implied, including but not limited to fitness for a particular
  16. purpose. You should realize that I am in no way responsible for
  17. any loss or damage that may occur due to the use of this software.
  18. The program is provided on an "as is" basis. Use at your own risk.
  19.  
  20.  
  21. DESCRIPTION:
  22.  
  23. FingPing is an OS/2 PM program that will allow you to store a list 
  24. of frequently fingered and pinged addresses and display the
  25. output in a scrollable window.  The address list can be saved, 
  26. sorted, and arranged and the program's size, position, and output 
  27. window font (changed by drag-and-drop from the OS/2 
  28. Font Palette) and colors may also be saved.  
  29.  
  30. FingPing is a replacement for Finger-In-A-Window v1.12.  This new 
  31. version adds Ping capability, so I thought a name change would be
  32. better than a version number upgrade.  Besides, FingPing sounds 
  33. much better than Finger-In-A-Window, don't you think?   :-)
  34.  
  35. NOTE:  The ping function uses the new FtpPing() function in the 
  36.        RXFTP.DLL found in Warp 3 Connect and Warp 4.  This function
  37.        does not work with the version of RXFTP.DLL that is available 
  38.        for download from the Internet.  At startup, FingPing queries 
  39.        the DLL to see if the FtpPing function is available.  If not, 
  40.        the ping functions are disabled.
  41.  
  42.  
  43. The list of new features and improvments includes:
  44. --------------------------------------------------
  45. o PING capability (through RxFTP. Requires Warp 3 Connect or Warp 4).
  46.  
  47. o Threads - finger and ping run on separate threads, so they can
  48.             now be interrupted.
  49.  
  50. o Icon-buttons.
  51.  
  52. o Revised menu structure.
  53.  
  54. o Default finger server can be set.  This determines where the
  55.   program sends the finger request if only a username is
  56.   specified.
  57. o Default ping target can be set.  This determines what machine
  58.   is the target of the machine if the address field is blank.
  59.  
  60. o Ping packet size can be set.
  61.  
  62. o Output window colors can now be saved. (The code is there to save
  63.   the colors and font for the address listbox, but there seems to be
  64.   a bug in VisProREXX that only returns the default values when the
  65.   listbox is queried for its properties.)  To change the foreground 
  66.   (i.e. font) color, hold down the <Ctrl> key when dropping a color
  67.   onto the window.  
  68.  
  69. o A new program icon!  :-)
  70.  
  71.  
  72.  
  73. Finger-In-A-Window was written using Hockware's excellent VisPro 
  74. REXX 3.0.  It accesses the TCP/IP sockets directly using RxSock
  75. and RxFTP.  Therefore the RXSOCK.DLL and RXFTP.DLL files must be 
  76. in your LIBPATH.  These files are installed by default with
  77. TCP/IP support in Warp 3 Connect and Warp 4, but not with the 
  78. dialup TCP/IP in the version 3 BonusPak.  
  79.  
  80. If you don't have RXSOCK.DLL on your computer (needed for the 
  81. finger and host lookup functions), it can be downloaded at:  
  82.  
  83.    ftp://ftp.cdrom.com/pub/os2/ibm/ews/rxsock.zip
  84.    ftp://software.watson.ibm.com/pub/os2/ews/rxsock.zip
  85.  
  86. Having RXFTP.DLL installed is only of use if you have Warp 3
  87. Connect or Warp 4, in which case it will be on the Warp CD-ROM 
  88. if it is not currently installed.
  89.  
  90. The program also requires the included file VPUTIL.DLL in your
  91. LIBPATH.
  92.  
  93.  
  94. If you have any questions/comments/suggestions, please let
  95. me know.  Feel free to email me at kondrasu@xti.com or 
  96. gregk@cvfn.org (mailbox open 24 hours a day!) or drop by
  97. my homepage at http://www.xti.com/~kondrasu. 
  98.  
  99. Enjoy!
  100.  
  101.  
  102. HISTORY
  103. ---------------------------------------------------------------
  104. 8 October 1996 - Initial v0.99b1 closed beta release
  105.  
  106. 9 October 1996 - v0.99b2 closed beta release
  107. -Fixed Action menu.
  108. -Added setting for default ping target.
  109. -Added setting for ping packet size.
  110.  
  111. 13 October 1996 - v0.99b3 closed beta release
  112. -Added check for availability of FtpPing() function in RxFTP.DLL.
  113. -Fixed a semphore problem when the Ping thread is killed.
  114. -Cleaned up Ping messages and stats for packets that don't return.
  115. -New 256-color buttons.
  116.  
  117. 16 October 1996 - v1.0 release