home *** CD-ROM | disk | FTP | other *** search
/ A Beginner's Guide to the Internet / INTERNET.ISO / text / lists / winter15 / winter15.txt < prev    next >
Encoding:
Text File  |  1996-05-06  |  216.5 KB  |  4,169 lines

  1. The Winsock Client Listing  
  2. August 1995
  3. Introduction
  4. Winsock:  a Windows Internet standard ("Windows Sockets").  The Winsock
  5. standard essentially defines an interface between Windows applications
  6. and a network such as the Internet. 
  7. This is a detailed listing of Winsock based Freeware and Shareware
  8. packages used in connecting to the Internet, either through a modem
  9. or a direct network connection. I have indicated if there is a prime
  10. or preferred location where the latest version of each package is usually
  11. available. Alternatively, with the  file names and associated data
  12. supplied, most of these packages can also be readily found elsewhere
  13. on the Internet with search and retrieval tools like Archie, FTP, Gopher
  14. and WAIS. 
  15. At the present time  the better of these are at least equivalent to
  16. and even superior to the corresponding modules in commercial packages
  17. that you can buy, although there is not really a lot in the marketplace
  18. to begin with.  This situation will dramatically change over the next
  19. year or two, but for now, and in particular for the home based user,
  20. Freeware/Shareware is usually the best choice.  You can try out different
  21. packages until you find the ones with the features you want, and that
  22. you are comfortable with.  Where registration is required the fees
  23. are usually quite reasonable and can bring additional benefits in additional
  24. documentation, technical support and upgrades with additional or uncrippled
  25. features. 
  26. Using these packages with a modem requires at a minimum:
  27. 1.  Windows 3.1.  
  28. 2.  A "SLIP" or "PPP" account with an Internet provider. Some providers
  29. charge extra for this feature. If this is not available or too expensive
  30. from your service provider, the innovative program TIA  (The Internet
  31. Adapter) provides an alternate option.  
  32. 3.  A special communications package or a combination of compatible
  33. packages installed on your PC which can provide the following:
  34.     a.  Modem dialing capability
  35.     b.  Support for a SLIP or PPP connection.
  36.     c.  Support for the Winsock standard  (i.e. a winsock.dll file included).
  37. Unfortunately most of the regular commercial and Shareware communications
  38. software commonly used to access other on-line services do not currently
  39. have these features and therefore cannot be used for a Windows connection
  40. to the Internet.  This is quite surprising considering how popular
  41. the Internet has become and reflects poorly on these commercial software
  42. providers. The best communications package currently available which
  43. does work is Peter Tattam's Shareware package Trumpet  Winsock. It
  44. has both manual and automated dialing, supports both SLIP and PPP (in
  45. the latest versions) and includes a winsock.dll file to enable Winsock
  46. compatible programs to function.  The automated dialing does require
  47. you to create a suitable and rather archaic login "script", or alternatively
  48. to use a better separate stand alone dial program.  See the Index for
  49. the section providing additional information on the very popular and
  50. widely used Trumpet Winsock.  
  51. I have tried to keep the terminology as simple as possible, but, as
  52. Einstein discovered, everything is relative. At the end of this listing
  53. I have included a series of chapters containing  references to some
  54. supplemental reading material.  For a better  understanding of the
  55. Internet terms "Winsock" and "SLIP", a follow up on the suggested reading
  56. material is a beginning.  
  57. Why Windows ?
  58. Typically when you sign up for an Internet account from a service provider
  59. you receive a UNIX shell account. This account on your provider's server
  60. gives you access to a mail program, Usenet news, Archie, File Transfer
  61. Protocol, Gopher, etc. Everything you will need is usually available
  62. to you through your shell account. Why then Windows?
  63. 1. Reduction in some connection charges. A shell account is an on-line
  64. account - you must be logged on to use it. Some Windows programs enable
  65. activities to be done offline. For example, while you read and compose
  66. your mail on a shell account you are paying connection charges for
  67. the time taken. Windows mail programs allow you to read and compose
  68. mail offline, connecting only long enough for uploading and downloading.
  69. 2. Windows may be a familiar environment. If you are comfortable working
  70. with Windows with other applications in the past then Windows provides
  71. a friendlier environment than UNIX based programs with their archaic
  72. keyboard commands and unfriendly and clunky interfaces. 
  73. 3. Freedom of choice. There is an increasingly wide variety of Winsock
  74. software available. With this freedom of choice, if one program doesn't
  75. have the features or performance you want you can look for another
  76. to install. 
  77. 4. Multimedia capabilities. Sound. Graphics. Video.
  78. 5. Multitasking. You can be downloading a file with FTP from a remote
  79. site, downloading your mail and be browsing through newsgroup postings
  80. all at the same time  with Windows software. The ability to perform
  81. multiple operations with different Winsock programs simultaneously
  82. over the same single modem connection is one of the key features of
  83. the Winsock standard.
  84. The downside to all these advantages of Windows packages is the sometimes
  85. considerable setup and configuration time which may be required for
  86. each individual one. Most of the above advantages are of course equally
  87. applicable to other graphical based platforms such as Mac and OS/2
  88. Warp. The Winsock software described in this listing is only usable
  89. with Windows, or with OS/2 Warp through its Windows interface, although
  90. not all Winsock programs will work with Warp.
  91. One final note. The Winsock standard is currently set at version 1.1.
  92. This version number refers to the documented industry standard only.
  93. Individual software programs which comply with this standard have their
  94. own separate version numbers. For example Trumpet Winsock is available
  95. in an  older version 1.0 (SLIP only) and in a newer version 2.0 (SLIP/PPP).
  96. Both of these comply with the Winsock 1.1 standard. The version number
  97. of any individual program is more a reflection of its other features
  98. and capabilities and does not change the fact that it complies with
  99. the 1.1 standard. There is often confusion between the version number
  100. of the Winsock standard and the version numbers of individual programs
  101. which are designed to use that standard. 
  102. Some Details About This Listing
  103. The `Life is Cruel' standard disclaimer - As with everything  you use
  104. these programs at your own risk.  I accept no responsibility. In virtually
  105. all cases the authors of these programs similarly accept no responsibility
  106. if their creations trash your hard drive or crash your system. Such
  107. occurrences are  very rare, but they can happen. Whether the fault
  108. of the program, your failure to read and follow the documentation or
  109. unforeseen factors, in using these programs you accept full responsibility
  110. for any consequences.
  111. Feedback on this listing is always appreciated. I am constantly looking
  112. for ways to improve it and welcome suggestions as well as information
  113. on items which I may have missed and which deserve to be included.
  114. B*U*G*S.  Bugs are almost in^%evitable in any kind of software under
  115. development as many of these are.  Please give the author a chance.
  116. If you have carefully followed the instructions and are sure that 
  117. there is a problem with a particular program which is not already mentioned
  118. in the documentation, contact the author first, AND give him some reasonable
  119. time to respond. If you don't tell him about it he can't fix it! It's
  120. rather a bit impolite and counterproductive to flame the author and
  121. his program publicly in a newsgroup for something he's not even aware
  122. of. Ultimately it may even turn out not to be his problem. Most authors
  123. include their email addresses in the program documentation for this
  124. reason and also to encourage suggestions for improvement. 
  125. Looking for something? I realize that this listing is getting a bit
  126. large, and if you are looking for something in particular try using
  127. the Edit/Find menu item in MS Word or the Find command in Windows Write.
  128. Other word processors usually have something similar available.
  129. Recommended: I have added this comment to some items. This is based
  130. upon both my personal opinion and comments from others. Criteria I
  131. primarily look for are: 
  132.   1. One of the leaders in its category in operation, functionality
  133. and features. This does not       imply perfection. 
  134.   2. Reasonable cost compared to other comparable programs. This does
  135. not mean that it's       free or even cheap (although cheap is much appreciated)
  136. .
  137.   3. Supported by its authors and under continued development. This
  138. should mean that it has a       future.
  139. This does not mean that other programs don't have better features or
  140. won't work better in your particular situation. All I am suggesting
  141. is that if these appear to fit your needs, they should be looked at
  142. first. They shouldn't necessarily be the only thing you look at. Current
  143. recommendations are:  
  144.   Winsock
  145.   Trumpet Winsock - dialer, SLIP/PPP, Winsock
  146.   WSARCHIE - Archie file search client
  147.   WS_FTP - File transfer client (16 bit version)
  148.   WSGopher - Gopher client
  149.   E-Mail Connection - email
  150.   Pegasus - email
  151.   Free Agent (tm) - news reader
  152.   News Xpress - news reader
  153.   WinVN - news reader
  154.   Netscape - WWW browser
  155.   Non-Winsock
  156.   NetDial - telephone dialer
  157.   ACDSee - image viewer
  158.   LView Pro - image viewer
  159.   WFXCOMM.DRV - Windows 3.1 serial port replacement driver
  160.   Stiletto - Tool bar application launcher
  161.   Tardis - time synchronizer
  162. (Added) UU - UU decoder [DOS]
  163. (Added) SnapShot/32 - screen capture utility [32 bit]
  164. Recently removed: Chameleon Sampler, Eudora Mail, Trumpet News, WSIRC
  165. Win 32s, Windows95, and Windows NT. With the movement towards these
  166. newer 32 bit operating systems I am including more 32 bit applications
  167. in this listing. Some of these can only be run on Windows95/Windows
  168. NT, but a few of these are in fact usable on Windows 3.1/3.11 with
  169. the Microsoft's Win32s extension installed. The Win32s extension gives
  170. Windows 3.1 a limited 32 bit capability enabling it to run 32 bit programs
  171. specifically written for this extension, the best known of which is
  172. NCSA Mosaic, the World Wide Web (WWW) browser. More information on
  173. Win32s is included elsewhere in this listing. I have hi-lited references
  174. to these 32 bit operating systems in green (in the MS Word document).
  175. NEW. New items added this month are hi-lited in blue (in the MS Word
  176. version).
  177. Vbrun300.dll  Many of the programs in this listing were written in
  178. Microsoft's  Visual Basic and require the vbrun300.dll file in your
  179. \windows\system directory in order to run. Some programs  include copies
  180. this file in case you don't already have it, and some don't because
  181. of its size (231K) and ready availability at many sites. If you happen
  182. need a copy of this it can be obtained from:      ftp://oak.oakland.edu/SimTel/w
  183. in3/dll/vbrun300.dll.
  184. Latest updates of this listing under file name winterXX.zip (where
  185. XX is the version) are available from the following prime location:
  186. ftp://oak.oakland.edu/SimTel/win3/winsock/winterXX.zip
  187. NEW: An HTML version of this document is now available at:
  188. http://www.mbnet.mb.ca/winter/index.html
  189. This document is Copyright 1995 by Ed Sinkovits.  It is intended for
  190. your personal use only. Further details at the end of this document.
  191.     Ed Sinkovits
  192.     edsink@cyberspc.mb.ca             edsink@mail.mbnet.mb.ca
  193.     CompuServe:   73003,3065
  194. INDEX to Categories
  195. CLIENT LISTING 
  196. 1.  BUNDLED/INTEGRATED APPLICATIONS - SUITES
  197. 2.  CYBERCHATTER - KEYBOARD
  198. 3.  CYBERCHATTER - MISCELLANEOUS MEDIA
  199. 4.  CYBERCHATTER - SOUND AND VOICE
  200. 5.  CYBERCHATTER - VIDEO AND WHITEBOARDS
  201. 6.  DIAGNOSTIC TOOLS
  202. 7.  E-CA$H
  203. 8.  FILE SEARCH AND TRANSFER PROTOCOLS
  204. 9.  FINGERS
  205. 10.  GAMES - MUDS
  206. 11.  GAMES - OTHER
  207. 12.  GOPHERS
  208. 13.  HOST LOOKUP CLIENTS
  209. 14.  HYPER-G
  210. 15.  MAIL and MAIL ACCESSORIES
  211. 16.  MAIL NOTIFICATION UTILITIES
  212. 17.  MISCELLANEOUS
  213. 18.  NEWS
  214. 19.  NFS CLIENTS
  215. 20.  NULLSOCK
  216. 21.  PH CLIENTS
  217. 22.  PING
  218. 23.  PRINTER CLIENTS
  219. 24.  RCMD, RCP, RSH, and TAR
  220. 25.  SNMP
  221. 26.  TCP/IP 
  222. 27.  TELNET
  223. 28.  TIME LOGS
  224. 29.  TIME SYNCHRONIZERS
  225. 30.  TRACEROUTE
  226. 31.  TRUMPET WINSOCK
  227. 32.  WAIS
  228. 33.  WEBSTER DICTIONARY, etc.
  229. 34.  WHOIS
  230. 35.  WORLD WIDE WEB BROWSERS
  231. 36.  WORLD WIDE WEB BROWSER ACCESSORIES
  232. 37.  X.500 CLIENTS
  233. 38.  X-WINDOWS
  234. UTILITIES LISTING  
  235. 40.  ADDRESS BOOK / DATABASE PROGRAMS
  236. 41.  CONTROL PANELS AND TOOLBARS
  237. 42.  CONVERTERS - DOCUMENT (HELP/HTML >>> TEXT)
  238. 43.  DECODERS - BINHEX, MIME, UU, XX
  239. 44.  DECOMPRESSION - ZIP
  240. 45.  DECOMPRESSION - OTHER
  241. 46.  MODEM ACCESSORIES
  242. 47.  MISCELLANEOUS UTILITIES
  243. 48.  SERIAL PORT REPLACEMENT DRIVERS
  244. 49.  TELEPHONE DIALERS
  245. 50.  VIEWERS - DOCUMENT
  246. 51.  VIEWERS - MOVING PICTURE - MPEG
  247. 52.  VIEWERS - MOVING PICTURE - QUICKTIME, VIDEO FOR WINDOWS, etc.
  248. 53.  VIEWERS - STILL PICTURE - GIF, JPEG, etc.
  249. 54.  VIEWERS - SOUND
  250. 55.  VIEWERS - VRML (3D)
  251. 56.  WIN32S
  252. 57.  HTML
  253. SERVER / DAEMON LISTING
  254. 59.   DNS
  255. 60.   FINGER
  256. 61.   FTP
  257. 62.   GOPHER
  258. 63.   IRC
  259. 64.   MAIL
  260. 65.   MISCELLANEOUS
  261. 66.   NEWS
  262. 67.   NFS
  263. 68.   TELNET
  264. 69.   WAIS
  265. 70.   WWW
  266. NOTES
  267. 80.  INFORMATION - BEGINNER
  268. 81.  INFORMATION - MORE ADVANCED, TECHNICAL
  269. 82.  POPULAR LOCATIONS FOR WINSOCK PROGRAMS
  270. 83.  SLIP EMULATORS: TIA
  271. 84.  GROWSTUB ERROR   
  272. 85.  PENTIUM SERIAL PORT PROBLEMS
  273. 86.  SLIP vs. PPP
  274. 87.  WINDOWS95
  275. 88.  WWW BROWSER COMPARISON - IMAGES.
  276. ISSUES
  277. 95.  THE UNISYS / COMPUSERVE / GIF MESS 
  278. 96.  DICS - DOES THE END JUSTIFY THE MEANS ?
  279. 97.  FTP SERV-U: ONCE UPON A TIME IN AMERICA
  280. 98.  COPYRIGHT AND THE INTERNET
  281. CLIENT LISTING
  282. 1. BUNDLED APPLICATIONS - SUITES
  283. If in the past developers focused on bringing a single application
  284. to market, in 1995 on the commercial side we're seeing  considerable
  285. effort to develop integrated multi-function packages, typically  with
  286. Web browser, mail, and news clients, and as often as not a built in
  287. dialer and Winsock. While this simplifies the configuration process
  288. and makes perfect sense, such efforts tend to be less than successful
  289. with weaknesses in individual clients forcing the user to search to
  290. install stand alone replacements, defeating the purpose of the package.
  291. 1.1    Chameleon Demo    
  292. FUNCTION......  Suite of Internet applications.
  293. FILE SIZE........  Total approximately 5,003,764 bytes. 
  294. VERSION.........  January 1995
  295. RETRIEVAL....  ftp://ftp.netmanage.com/pub/demos/chameleon/readme.txt,
  296. chameln1.exe, chameln2.exe, chameln3.exe, chameln4.exe   (5 files)
  297. STATUS...........  Demo. Time crippled.   
  298. DOCUMENTS..  N/A
  299. FEATURES......   This is the full featured professional package with
  300. all the clients, FTP, Telnet, Gopher, Ping, Mail, News etc. and network
  301. features like ethernet and NFS support.
  302. COMMENTS....  The readme file contains the password needed for installation.
  303. Because of the size of this package and the time and effort required
  304. to get it running, this package should only be looked at by those who
  305. are seriously interested in buying this (a couple hundred dollars and
  306. up depending on features). This commercial version is fairly complex
  307. and is intended for a network installation rather than the individual
  308. user. For others the Chameleon Sampler may be a better choice. Although
  309. it only has some basic clients, it is free, not crippled and will run
  310. forever. These are intended for use under Windows 3.1/3.11 only.
  311.     NOTE: A demo version of Internet Chameleon 4.11 which includes the
  312. new WebSurfer WWW browser is available from the same location in directory
  313. /pub/demos/inet_cham. There are several files to retrieve totaling
  314. just under 4 meg. A telephone dial up access is required to activate
  315. the program. You have the choice of either purchasing the program or
  316. obtaining a free 30 day demo activation. The registration requires
  317. credit card information even if you only want the 30 day no charge
  318. demo. Again, unless you're serious, don't bother.
  319. 1.2    Chameleon Sampler
  320. FUNCTION......  Suite of Internet applications.
  321. FILE SIZE........  1,697,021 bytes
  322. VERSION.........  April 1995
  323. RETRIEVAL....  ftp://ftp.netmanage.com/pub/demos/sampler/websampl.exe
  324. STATUS...........  Freeware for personal and educational use.
  325. DOCUMENTS..  Start up instructions and online help
  326. FEATURES......  Supports both SLIP/CSLIP and PPP and has its own built
  327. in Winsock and telephone dialer built in. WebSurfer browser and Ping
  328. client are included. 
  329. COMMENTS....  Completely revised from the original very widely distributed
  330. package. This beginner's Freeware package is intended to provide an
  331. introduction to the commercial version of Chameleon and is built around
  332. their new WebSurfer browser (the original sampler didn't have a WWW
  333. client). Additional FTP and Telnet (Hey, what happened to mail?) clients
  334. can be retrieved through the browser by registering (no charge) with
  335. NetManage. This program will work with most other Winsock clients in
  336. this listing - there is no need to use the ones which come with it
  337. if all you want is the dialer and winsock connection capability. If
  338. you want to try this out and you have Trumpet Winsock installed on
  339. your system you will have to temporarily hide the winsock.dll which
  340. comes with Trumpet in a non path directory or rename it to something
  341. else to avoid conflict with the winsock.dll which is installed with
  342. this package.  
  343.     Quibbles. During installation the program will make changes to your
  344. autoexec.bat program (and possibly other key files) without permission
  345. and without notifying you (typical of NetManage programs). Secondly,
  346. and rather surprisingly there is no manual dial/logon capability. You
  347. must go to the trouble of setting up an automatic script first to log
  348. on to your service provider (unless you're using one of the providers
  349. they've included scripts for).  If you don't get your script working
  350. you don't get to log on with this program. Documentation covering this
  351. is however quite good. SLIP/PPP support is limited to a maximum speed
  352. of 19,200 bps.
  353. 1.3     Emissary (tm)
  354. FUNCTION......  Suite of Internet applications.
  355. FILE SIZE........  2,505,416 bytes
  356. VERSION.........  beta-4  July 1995
  357. RETRIEVAL....  http://www.twg.com/Emissary/eftp.html  File name: emis_b4.exe
  358. STATUS...........  This beta version will expire September 1, 1995.
  359. Registration $US 99.
  360. DOCUMENTS..  Online help.
  361. FEATURES......  Integrated Web browser, FTP, Telnet, Mail, News. 
  362. COMMENTS....  Released by the Wollongong Group Inc. There's a lot of
  363. hype associated with this product ("At the heart of the architecture
  364. is a patented Client Object Linking Technology.......access to Internet
  365. resources seamless  and intuitive...."). Although I haven't looked
  366. at the beta 4 version, beta 2 was a bit rough, but the the mail client
  367. in particular looked like it would be interesting once its multimedia
  368. capabilities are implemented.  A recent announcement seems to indicate
  369. that Wollongong has chosen to provide most of its support efforts through
  370. the WUGNET user group's WINCON forum on CompuServe.
  371. 1.4     InterAp
  372. FUNCTION......  Suite of Internet applications.
  373. FILE SIZE........  Combined total for the 4 files, approximately 5.3
  374. megabytes. 
  375. VERSION.........  June 1995
  376. RETRIEVAL....  http://www.calsoft.com  File names: disk1.zip, disk2.zip,
  377. disk3.zip, disk4.zip (total 4 files). Fill in form registration brings
  378. a return email with the pricing details, FTP site and other information.
  379. Or you can bypass this and go directly to ftp://www.calsoft.com. 
  380. STATUS...........  Demo, 30 days. Full price $US 99.95, with special
  381. price until August 31, 1995 of $US 49.95 with proof of purchase showing
  382. that you are switching from a competing product.
  383. DOCUMENTS..  Online help in the individual modules.
  384. FEATURES......  A complete integrated suite of applications designed
  385. to work together for a  complete Internet solution: mail, news, FTP
  386. client and server, FSP client, Telnet/Async terminal, Ping, WWW browser,
  387. and a launchpad toolbar, etc. A couple of popular viewers are included
  388. such as WPLANY for sound and LView Pro for graphics. There are other
  389. features such as OLE2 support, file drag and drop, and script support.
  390. COMMENTS....  Although individually there are better clients available,
  391. this is a nicely integrated set of applications. You'll need about
  392. 12 meg of hard disk space for the installed files. A winsock application
  393. is not included. From California Software Inc.
  394. 1.5  (NEW!)  NETcetera
  395. FUNCTION......  Suite of Internet applications
  396. FILE NAME.....  netcetra.zip
  397. FILE SIZE........  2,731,230 bytes
  398. VERSION.........  1.162a
  399. RETRIEVAL....  ftp://ftp.airtime.co.uk/netcetera/netcetra.zip
  400. STATUS...........  Evaluation copy, 21 day evaluation, nag screen only
  401. when loading, otherwise no crippled features.  Registration £UK 49.50
  402. or $US 79.50.
  403. DOCUMENTS..  Fairly extensive documentation including online help with
  404. a tutorial.
  405. FEATURES......  Mail, Finger. Designed for multiple users with hot switching,
  406. UUencode/UUdecode both built in to clients and stand alone, MIME, mail
  407. import module (KA9Q support). Unlimited technical support (email) for
  408. all users! The program does not include a dialer/winsock - it is designed
  409. to work with a wide variety of existing stacks, including Trumpet.
  410. COMMENTS....  At the present time there are only a couple clients included
  411. (early July) so it's a bit early to really comment on this, but the
  412. strong technical support will make this worth trying. A few days after
  413. downloading this I received a followup email from the company asking
  414. for feedback and impressions which is a nice touch. News,  Telnet,
  415. Gopher, Archie, WAIS and a WWW browser clients will all be added over
  416. the coming months, probably at about monthly intervals and the next
  417. version should add spell checking and text search to the mail and news
  418. clients.
  419. 1.6     Quarterdeck InternetSuite
  420. FUNCTION......  Suite of Internet applications.
  421. FILE SIZE........  3,226,134 bytes When downloading you are given the
  422. option of choosing this large file or 3 smaller separate files. 
  423. VERSION.........  Pre-release 4 (final) June 1995
  424. RETRIEVAL....  http://www.qdeck.com   File name: isuite04.exe (single
  425. large file)
  426.     ftp://ftp.qdeck.com/pub/normandy/toolbox
  427.     Retrieval is a bit of a nuisance since you have to go through an
  428. online registration and screening process. I subsequently was refused
  429. download access and got the boot for not having a reversible IP address
  430. (??)  which I guess makes me some kind of criminal. I had to log in
  431. through my UNIX shell account and retrieve this through the lynx browser
  432. and then a Z-modem download. You can bypass the registration stuff
  433. by going directly to the ftp site but the same reversible IP address
  434. criteria applies there.
  435. STATUS...........  Pre-release. This copy expires August 31, 1995.
  436. DOCUMENTS..  Considerable documentation (various files) and online help.
  437. FEATURES......  Includes SLIP/PPP dialer/winsock, Ping, WWW browser,
  438. Telnet (VT52, VT100, VT220), FTP, Mail and News. Support for proxy
  439. servers. The multi-threaded browser is capable of displaying multiple
  440. documents at the same time. Internal support for GIF, XBM and JPEG
  441. images, AIFF, AU and WAV sounds.
  442. COMMENTS....  These clients can be used either with the built in Winsock
  443. SLIP/PPP connection or with a separate program such as Trumpet Winsock.
  444. I did momentarily fall out of a tree when I noticed the unexpected
  445. "TAR/Compress" utility in the mail program to optionally supplement
  446. UUencode for file attachments. There's no mention of MIME which would
  447. be far more useful and relevant. The browser seemed very fast at retrieving
  448. and displaying documents. It has been favorably mentioned by others,
  449. but I would rate it behind the current Netscape and Mosaic. From Quarterdeck
  450. Office Systems Inc.
  451. 1.7  (NEW!)  Turnpike
  452. FUNCTION......  Suite of Internet applications.
  453. FILE SIZE........  2,287,454 bytes
  454. VERSION.........  1.03  July 1995
  455. RETRIEVAL....  http://www.turnpike.com/  File name: evals103.zip
  456. STATUS...........  Evaluation copy. Good for 10 days. Commercial version
  457. available for £UK 99
  458. DOCUMENTS..  Installation instructions and online help.
  459. FEATURES......  Mail, News, FTP, Telnet, Ping, Finger, built in SLIP/PPP
  460. dialer and Winsock. MIME and UUdecode, drag and drop. A Web browser
  461. will be included in a future version.
  462. COMMENTS....  Turnpike was designed primarily for use in England with
  463. a preconfigured listing of service providers. I did not find this very
  464. intuitively easy to set up or use, I didn't like the interface, and
  465. I didn't like its 3d lettering. I never did figure out how to make
  466. its built in dialer/winsock work with the provider I wanted, although
  467. most functions did work (except for FTP which gave an error message)
  468. once I established a PPP connection with another program. Technically
  469. a lot of features here, but the overall result just didn't impress
  470. me. From Turnpike Ltd. 
  471. 2. CYBERCHATTER - KEYBOARD
  472. Through your keyboard "talk" to others on the Internet. 
  473. See also WSIRC in the CYBERCHATTER  - VIDEO AND WHITEBOARDS section.
  474. 2.1  (NEW!)  ALP   (Asynchronous Link Protocol)   [Windows 3.11 and
  475. Windows NT]
  476. FUNCTION......  RealTime World Wide Web chat/data client
  477. FILE SIZE........  1,454,528 and 672,995 bytes
  478. VERSION.........  July 1995
  479. RETRIEVAL....  http://www.theworld.com/alp/alp.htm 
  480.     alp16a.exe for Windows 3.1 
  481.     alp32a.exe for Windows NT
  482. STATUS...........  Shareware. ?? Price not stated.  An ALP server is
  483. also available for $US 585.
  484. DOCUMENTS..  Start up instructions and online help.
  485. FEATURES......  ALP users can control each others web browsers remotely,
  486. transfer files between each other, and display real time data streams
  487. such as sports scores or stock market quotes.
  488. COMMENTS....  This program requires Windows 3.11 (or did they mean WFW
  489. 3.11??? Not clear.) and must be used with a WWW browser - currently
  490. both Netscape and NCSA Mosaic/Air Mosaic have been tested with it.
  491. Released by WorldWide Net Corporation.
  492. 2.2  (NEW!)  Global Chat (tm)
  493. FUNCTION......  IRC client
  494. FILE SIZE........  191,257 bytes
  495. VERSION.........  Beta .95   July 1995
  496. RETRIEVAL....  http://www.prospero.com/globalchat/  File name: gc0712.exe
  497. STATUS...........  Trial version. License to use this expires once (and
  498. if) a commercial version is released.
  499. DOCUMENTS..  Basic startup instructions. Online handbook available online
  500. at their Web site.
  501. FEATURES......  
  502. COMMENTS....  Global Chat is designed to work through a Web browser.
  503. It enhances standard IRC keyboard communications by adding sound and
  504. graphics capabilities. This program works on Windows 3.1, Windows95
  505. and Windows NT. Released by Prospero Systems Research Inc.
  506. 2.3      Internet TeleCafe
  507. FUNCTION......  Keyboard chat program
  508. FILE SIZE........  662,417 bytes
  509. VERSION.........  1.01 May 1995
  510. RETRIEVAL....  http://idirect.com/TeleCafe/index.html  File name: teleconf.exe
  511. STATUS...........  Shareware. "VIP membership" required. Annual fee
  512. $US 29 or $CDN 35. 
  513. DOCUMENTS..  Online help. Documentation describes the functionality
  514. of the control buttons but nowhere (initial announcement, program documentation
  515. or home page) could I find much mention of what this program actually
  516. does and where it connects to (the Big Picture details) which was a
  517. bit annoying. 
  518. FEATURES......  
  519. COMMENTS....  A proprietary keyboard chat program with sound and other
  520. special effects. You can move around to different rooms and interact
  521. with other members. Very well done graphical interface and an interesting
  522. program once you get into it. Easy to use and well worth trying. There
  523. are limitations on unregistered users. From ComputerLink OnLine Inc.
  524.     Note: This current version only works with Trumpet Winsock.
  525. 2.4    IRC4WIN
  526. FUNCTION......  Internet Relay Chat II (IRC II) client.
  527. FILE SIZE........  91,039 bytes
  528. VERSION.........  1.10  beta  October 1994
  529. RETRIEVAL....  ftp://ftp.cyberspace.com/pub/win95/winsock/irc4win.zip
  530. STATUS...........  Shareware $US 50 single user, $US 450 site license
  531. DOCUMENTS..  Very minimal, with nothing much included in this unregistered
  532. version.
  533. FEATURES......
  534. COMMENTS....  An upgrade of this program from David Elkind.
  535. 2.5    mIRC
  536. FUNCTION......  IRC client
  537. FILE SIZE........  209,981  bytes
  538. VERSION.........  3.42   June 1995
  539. RETRIEVAL....  ftp://ftp.demon.co.uk/pub/ibmpc/winsock/apps/mirc/mirc342.exe
  540. STATUS...........  Freeware
  541. DOCUMENTS..  Start up instructions and online help 
  542. FEATURES......  Includes DCC Send/Get/Chat,   some basic fonts, a  Finger
  543. client.
  544. COMMENTS....  Designed to be quick and easy to use, it contains only
  545. a partial implementation of IRCII. This program has gathered very favorable
  546. comments and strong support from users.
  547. 2.6    PowWow
  548. FUNCTION......  Internet chat, file transfer and Web Browser interface
  549. program.
  550. FILE SIZE........  98,678 bytes
  551. VERSION.........  1.5  June 1995
  552. RETRIEVAL....  http://www.tribal.com/  File name: powwow15.zip
  553. STATUS...........  Freeware
  554. DOCUMENTS..  Start up instructions and online help.
  555. FEATURES......  Allows up to five (5) people  to chat, send and receive
  556. files, and browse the World-Wide Web together as a group using the
  557. Netscape browser. All you need to know to reach another PowWow user
  558. is his or her email address.  You do not need to know their IP address
  559. as PowWow automatically resolves both dynamic and fixed IP addresses.
  560. It will automatically alert them that a connection has been requested;
  561. provided PowWow is running on their computer.
  562. COMMENTS....  PowWow does not work with firewalls. It does works with
  563. Windows 3.1, Windows95, or Windows NT. It has not been tested with
  564. SLIP emulators such as TIA, Slirp, or SlipKnot. Released by Tribal
  565. Voice, an organization of Native Americans, dedicated to the development
  566. of a Native American technological presence in the world of information
  567. science.
  568. 2.7    Winsock IRC
  569. FUNCTION......  Internet Relay Chat (IRC)
  570. FILE SIZE........  96,000, 313 and 8,276 bytes 
  571. VERSION.........  .1 Beta
  572. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/vendors/trumpet/winirc/winirc.exe,
  573. winirc.doc (Windows documentation), irc.doc (DOS version documentation).
  574. Three files.
  575. STATUS...........  No mention of any charges for using this program.
  576. DOCUMENTS..  Negligible/inadequate. Only documentation is in a separate
  577. file winirc.doc (MS Word format), 313 bytes,  found in the same directory
  578. as the program file which should be downloaded at the same time.
  579. FEATURES......
  580. COMMENTS....  A very basic package which does not appear to be undergoing
  581. further development.
  582. 2.8    WinTalk
  583. FUNCTION......  Two way on-line communications
  584. FILE SIZE........  127,108 bytes
  585. VERSION.........  1.24  April 1995
  586. RETRIEVAL....  ftp://ftp.elf.com/pub/wintalk/wtalk124.zip
  587. STATUS...........  Freeware (limited). A more advanced version called
  588. WinTalk Pro is available for $US 20
  589. DOCUMENTS..  Installation and start-up instructions,  and on-line help.
  590. FEATURES......  Uses the UNIX "ntalk" protocol.
  591. COMMENTS....  WinTalk will not work properly with older Trumpet Winsock
  592. 1.0A, (Winsock bugs) and it will generally not work with pseudo SLIP
  593. programs like TIA. Released by ELF Communications. 
  594. 2.9    World's Chat
  595. FUNCTION......  Keyboard chat program
  596. FILE SIZE........  2,835,533  bytes
  597. VERSION.........  July 1995
  598. RETRIEVAL....  http://www.worlds.net  File name: wchat06c.exe
  599. STATUS...........  Freeware.
  600. DOCUMENTS..  n/a
  601. FEATURES......  n/a
  602. COMMENTS....  "World's first networked 3D software.....".  According
  603. to some of the  literature I've read, this is a 3D virtual world with
  604. visual representations of people and rooms which you can move around
  605. in and participate in discussions taking place. Heavy hardware required:
  606. minimum 486-50 PC, 8 meg RAM, 16 bit sound card, 256 colors; recommended
  607. pentium with 16 meg RAM.  Proprietary technology from World's Inc.
  608. which connects to their servers. They have indicated an intention to
  609. continue to distribute this program freely. It has been tested with
  610. a number of TCP/IP stacks, but NOT Trumpet Winsock. Future versions
  611. will add voice capability. This seems to work with Windows 3.1 only.
  612. 2.10    WS_CHAT
  613. FUNCTION......  Real time bi-directional chat program.
  614. FILE SIZE........  499,253  bytes
  615. VERSION.........  3.00 May 1995
  616. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/ws_cha30.zip
  617. STATUS...........  Freeware.
  618. DOCUMENTS..  Basic startup instructions and online help.
  619. FEATURES......  Event driven programming: uses almost no processor time 
  620. when not in use.
  621. COMMENTS....  Released by Danny Brands. Source code available for $US
  622. 5. Works with Windows 3.1/3.11, Windows NT and TIA. It also should
  623. work over any TCP/IP network.
  624. 2.11  (NEW!)  XTalk
  625. FUNCTION......  Ntalk (UNIX talk protocol) client/server.
  626. FILE SIZE........  145,536 bytes
  627. VERSION.........  .4 alpha  June 1995
  628. RETRIEVAL....  http://www.ugrad.cs.ubc.ca/spider/q7f192/branch/tools.html
  629. File name: xtalk04.zip
  630. STATUS...........  Freeware.
  631. DOCUMENTS..  Very basic instructions. 
  632. FEATURES......  
  633. COMMENTS....  From George Xie.
  634. 3. CYBERCHATTER - MISCELLANEOUS MEDIA
  635. 3.1    Sticky
  636. FUNCTION......  Electronic notes exchange. 
  637. FILE SIZE........  394,232   bytes
  638. VERSION.........  .8  March 1995
  639. RETRIEVAL....  ftp://ftp.sun.ac.za/pub/misc/sticky/sticky08.zip
  640. STATUS...........  Freeware.
  641. DOCUMENTS..  Basic installation  instructions and on-line help..
  642. FEATURES......  
  643. COMMENTS....  Based on 3M's yellow sticky post-it notes that are so
  644. popular. This program contains separate talk and listen modules which
  645. allows you to exchange quick notes with another PC which also has the
  646. program running. New development of this program has been taken on
  647. by John Dovey.
  648. 4. CYBERCHATTER - SOUND, VOICE
  649. From out of nowhere 6 months ago some increasingly sophisticated programs
  650. have sprung up offering  two way voice communications. Quality is not
  651. up to the standards of a telephone, and these  programs usually do
  652. not offer simultaneous live two way communications, but at times it
  653. certainly beats using a keyboard.  For those who are deeply concerned
  654. that these voice conversations will drive the telephone companies out
  655. of business, I'm sure that your concern is appreciated by the phone
  656. company suits, but there's no need to worry. The Internet is a nice
  657. place for random conversations with strangers but for the moment at
  658. least it is likely to remain somewhat less than convenient or reliable
  659. for two people specifically wanting to communicate with each other.
  660. See also WSIRC in the CYBERCHATTER  - VIDEO AND WHITEBOARDS section.
  661. 4.1    Internet Phone
  662. FUNCTION......  2 way Internet voice communications.
  663. FILE SIZE........  633,400 and 770,806   bytes  
  664. VERSION.........  Build  9 and build 13  April/June 1995.
  665. RETRIEVAL....  http://vocaltec.com  File name: iphone09.exe (half duplex
  666. version for most sound cards) and iphone13.exe (full duplex version,
  667. special sound card requirements)
  668. STATUS...........  Demo version. A registration code must be obtained
  669. from the VocalTec site to fully use the demo. Without it you are limited
  670. to a session of only 60 seconds of speech.  Registration $US 69.
  671. DOCUMENTS..  Installation instructions and on-line help.
  672. FEATURES......  This newest build 13 supports full duplex (simultaneous
  673. two way conversation) conversations for certain sound cards.
  674. COMMENTS....  Requires sound card, microphone, and preferably a fast
  675. (486) computer with 8 meg ram. This program has created enormous enthusiasm
  676. because of its capability to allow live high quality conversations
  677. through the Internet. The time lag is small and sound quality while
  678. not at telephone standards is nonetheless reported as impressive. This
  679. program will now also run as a 16 bit application under Windows NT.
  680. One serious controversy has arisen in that Internet Phone connections
  681. (a voice communications product) were being initiated  through IRC
  682. servers (intended for keyboard communications). The IRC people took
  683. exception to this extra burden and begun cutting off their uninvited
  684. guests. As a result VocalTec has had to begin setting up their own
  685. sites which are listed in a file included with the program.
  686. 4.2    Internet Global Phone Project
  687. FUNCTION......  2 way Internet voice communications.
  688. FILE SIZE........  89,771 and 89,727  bytes
  689. VERSION.........  Internet Global Phone version 2.1 BETA 
  690.     UMIST distribution version 1.02  December 1994
  691. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/demo/ig16_102.zip
  692. This is the 16 bit version. An 8 bit version igp8_102.zip is also available
  693. at the same location for 8 bit sound cards.
  694. STATUS...........  Limited Freeware.
  695. DOCUMENTS..  Basic start up and use instructions.
  696. FEATURES......  
  697. COMMENTS....  Messages must first be recorded, compressed, then sent.
  698. Sound quality is better with a more powerful machine. Briefly popular
  699. for a few months it has now been overshadowed by the more advanced
  700. Internet Phone program from VocalTec.
  701. 4.3    Internet Voice Chat
  702. FUNCTION......  2 way Internet voice communications
  703. FILE NAME.......  ivc11.zip   
  704. COMMENTS....  Avoid.  IVC has been sold to a commercial company. No
  705. new Shareware registrations are being accepted and no support will
  706. be provided except to existing registered users. The author Richard
  707. Ahrens has requested FTP site administrators to remove copies of this
  708. program.
  709. 5. CYBERCHATTER - VIDEO AND WHITEBOARDS
  710. 5.1    CU-SeeMe
  711. FUNCTION......  One way / two way / multiple video(!) conferencing.
  712. FILE SIZE........  175,557 bytes
  713. VERSION.........  W.65b2    July 1995            
  714. RETRIEVAL....  ftp://gated.cornell.edu/pub/video/PC.CU-SeeMeW0.65b2/cuseeme.zip
  715. STATUS...........  Freeware
  716. DOCUMENTS..  Installation instructions and on-line help included. A
  717. Frequently Asked Questions (FAQ) document is also available from the
  718. same location. 
  719. FEATURES......  Audio now! 4-bit grayscale video at 160x120 pixels.
  720. COMMENTS....  Developed by Cornell University. Even if you don't have
  721. the capability to send, there are several  reflector sites available
  722. where you can use this package to sneak a peek. The low data transfer
  723. speeds on modem connections are a big problem, but this is nevertheless
  724. quite interesting. Try it! 
  725. 5.2    Insitu Conference
  726. FUNCTION......  Document conferencing software
  727. FILE SIZE........  1,390,532 bytes
  728. VERSION.........  1.0  March 1995
  729. RETRIEVAL....  ftp://ftp.std.com/vendors/insitu/demo/iconf10.zip
  730. STATUS...........  30 day demo. Commercial price starting at $US 269
  731. for a single user with volume price breaks.
  732. DOCUMENTS..  Start up instructions and on-line help.
  733. FEATURES......  OLE 2.0 compliant. Shared whiteboard allows group editing
  734. of any document or image.  Integrated voice link (currently one to
  735. one only) through Microsoft/Intel TAPI standard.  Automated installation.
  736. Some features are crippled in this demo version.
  737. COMMENTS....  From Insitu Inc.
  738.     **NOT AVAILABLE**
  739. 5.3    NCSA Audible Collage for Microsoft Windows
  740. FUNCTION......  Multi-platform collaboration tool.
  741. FILE SIZE........  203,546 bytes
  742. VERSION.........  1.2 beta 1   December 1993
  743. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/col_12b1.zip
  744. STATUS...........  No mention of any charges.
  745. DOCUMENTS..  Installation and start up instructions.
  746. FEATURES......  
  747. COMMENTS....  Collage is a whiteboard program which allows users to
  748. collaborate and share data across the three supported platforms:  X
  749. Windows workstations, Apple Macintosh systems, and Windows systems.
  750. "You must have a Macintosh or an X-Windows workstation running a server
  751. in order to use the network collaboration capabilities."
  752. 5.4  (NEW!)  Wanvas
  753. FUNCTION......  Shared whiteboard.
  754. FILE SIZE........  258,003 bytes
  755. VERSION.........  1.00  June 1995
  756. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/wanvas10.zip
  757. STATUS...........  Shareware $US 40.
  758. DOCUMENTS..  Basic startup instructions and online help.
  759. FEATURES......  Up to 11 participants working on the same whiteboard.
  760. Shared chat window, bitmap image insertions. The registered version
  761. adds a recorder function, printing capability and bitmap saving.
  762. COMMENTS....  Similar to many paint shop programs this program was very
  763. compact, easy to use, and fun. There are a few problems with it most
  764. annoying of which is if you exit the program and try to reboot it you
  765. get an error message that it's already running. This only seemed to
  766. be a problem with Windows 3.1/3.11. Released by Ember Software. 
  767. 5.5    WSIRC
  768. FUNCTION......  Internet Relay Chat (IRC) keyboard, audio and video
  769. communications.
  770. FILE SIZE........  566,557  (keyboard version), 740,269(video version)
  771. bytes
  772. VERSION.........  2.00 June/July 1995
  773. RETRIEVAL....  ftp://cs-ftp.bu.edu/irc/clients/pc/windows/wsirc/wsirc20.zip
  774. This contains the original keyboard based IRC client with a choice
  775. of executive files, wsirc.exe (Shareware version), and wsircg.exe (Freeware
  776. version).
  777.     ftp://cs-ftp.bu.edu/irc/clients/pc/windows/wsirc/wsirc20v.zip   
  778. This contains the new DCC audio/video version. Again there are two
  779. executive files wsircv.exe (Shareware) and wsircvg.exe (Freeware).
  780.     Home page http://www.clark.net/pub/csamsi
  781. STATUS...........  The Freeware versions are feature crippled but may
  782. be freely used forever. The Shareware (60 day evaluation) version is
  783. slightly feature crippled. The registered version has the greatest
  784. capabilities and documention. Registration: keyboard version $US 39.95,
  785. audio/video version $US 59.95. One disk and one manual are included
  786. with registration. Site licenses are also available.
  787. DOCUMENTS..  Fairly extensive with a variety of text and online help
  788. files. 
  789. FEATURES......  Video version: DCC Video provides up to 1 frame every
  790. 2 seconds on a modem line. Audio is sent at 1300 bps. These numbers
  791. will improve with direct or ISDN connections. Audio is half duplex
  792. (one talks, one listens). Multiple connections supported. Uninstall
  793. button.
  794. COMMENTS....  DCC video requires an Intel Smart Video Recorder Pro video
  795. capture board and Video for Windows (version 1.1e) software or any
  796. capture board that supports Intel's Indeo video compression format.
  797. This major new version (audio/video) has just been released by Caesar
  798. Samsi. There may be some compatability problems with TIA.
  799. 6. DIAGNOSTIC TOOLS
  800. The increasing size and complexity of networks and their communications
  801. links attracts increasing problems.  Fortunately, specialized tools
  802. are beginning to appear to deal with some of the problems.
  803. 6.1    Socket Wrencher
  804. FUNCTION......  Winsock testing tool
  805. FILE SIZE........  59,345  and 6,144 bytes
  806. VERSION.........  1.0    April 1994
  807. RETRIEVAL....  ftp://ftp.netmanage.com/pub/demos/sockwrench/socketw.exe
  808. and sockread.wri
  809. STATUS...........  Free.
  810. DOCUMENTS..  Installation and start up instructions.
  811. FEATURES......
  812. COMMENTS....  "Socket Wrencher provides a suite of performance tests
  813. over TCP and UDP as well as several tests to check characteristics
  814. of a Winsock based protocol stack." Released by NetManage Inc.
  815. 6.2    TracePlus(tm) Winsock     (formerly X-Ray Winsock)
  816. FUNCTION......  Winsock API trace/debugger for Windows 3.1
  817. FILE SIZE........  430,799  bytes
  818. VERSION.........  2.00    June 1995
  819. RETRIEVAL....  http://www.webcom.com/~sstinc  File name: tpwins.zip
  820. STATUS...........  Demo version.  $US 99.95
  821. DOCUMENTS..  Installation instructions and on-line help included
  822. FEATURES......
  823. COMMENTS....  "Traces and displays the parameters of all Winsock API
  824. functions. Works with any version of Winsock." Some features crippled
  825. on this demo version. From Systems, Software, Technology Incorporated.
  826. 6.3    Windows Socket Test
  827. FUNCTION......  Socket tester/debugger.
  828. FILE SIZE........  83,422 bytes
  829. VERSION.........  November 1993  ?
  830. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/wsatest.zip
  831. STATUS...........  Unknown.
  832. DOCUMENTS..  None.
  833. FEATURES......  
  834. COMMENTS....  A very interesting program. It seems fairly straightforward
  835. although some documentation would have been nice.  I wish I knew more
  836. about this, including the developer's name.
  837. 7   E-CA$H
  838. 7.1     CyberCash
  839. FUNCTION......  Encryption system for secure payment across the Internet.
  840. FILE SIZE........  591,016 bytes
  841. VERSION.........  0.8.1   June 1995
  842. RETRIEVAL....  http://www.cybercash.com/  file name: wincyber.exe
  843. STATUS...........  Free use, subject to certain conditions.
  844. DOCUMENTS..  Basic instructions.
  845. FEATURES......  There is no cost to you for the CyberCash software,
  846. and CyberCash does not impose any additional fees on credit card users
  847. for taking advantage of the CyberCash service. Fees for the CyberCash
  848. credit card service are paid by merchants as part of their standard
  849. credit card transaction costs.
  850. COMMENTS....  CyberCash encrypts the specific data regarding your credit
  851. card (card number, name, expiration and amount of transaction only)
  852. so that it can be safely transmitted over the Internet and to your
  853. financial institution. Other information will not be protected. The
  854. ability to pay cash will be covered in a future release. It works with
  855. most major TCP/IP stacks including Trumpet Winsock. It has been designed
  856. to work with Netscape, NCSA Mosaic and many of the Enhanced Mosaic
  857. versions, and may work with others by manually configuring them. Installation
  858. is a bit flaky though since the program will automatically search for
  859. such a browser and update it's .ini file with the necessary changes.
  860. Unfortunately, it does not inform you which ones it's found and updated,
  861. if any. 
  862. 7.2     Ecash for Windows
  863. FUNCTION......  Encryption system for secure payment across the Internet
  864. FILE SIZE........  414,275  bytes (international version, US version
  865. similar size)
  866. VERSION.........  2.1.1  June 1995
  867. RETRIEVAL....  http://www.digicash.com/ecash/ecash-home.html    File
  868. name: ec211i16.exe
  869.     This is the international version - there is a slightly different
  870. US version.
  871. STATUS...........  Beta test software.
  872. DOCUMENTS..  
  873. FEATURES......  
  874. COMMENTS....  The ecash-software is only available to beta-testers participating
  875. in the DigiCash experiment, who must registering at DigiCash for a
  876. personal account. You must fill out a registration form at their Web
  877. site and then wait for about 3 days for a userid and password to be
  878. emailed to you in order to enable you to go back and download this.
  879. Ecash operates by exchanging your real money for electronics cash credits
  880. which can then be used online through a browser to purchase items from
  881. participating merchants. Ecash works with most standard TCP/IP packages,
  882. such as Trumpet, Chameleon, and the Microsoft TCP/IP stack, and with
  883. virtually all browsers. Released by DigiCash BV, the Netherlands.
  884. 8. FILE SEARCH AND TRANSFER PROTOCOLS
  885. File searches on the Internet can be done through the use of Archie
  886. programs which send queries to special Archie servers. The search can
  887. be done for a very specific file/program name or fragment of a name.
  888. The server will return information listing "anonymous" FTP sites which
  889. carry the corresponding file. Most Archie servers are located in Europe,
  890. North America and the Pacific Rim. Since Archie servers are usually
  891. backlogged with a large number of requests during the local prime time
  892. hours, knowledge of world geography and time zones comes in handy in
  893. jumping to other sites elsewhere in the world which are more likely
  894. to be available. Ah yes, this is your punishment for snoozing through
  895. those grade school geography classes. The information available on
  896. different Archie servers is not necessarily the same and sometimes
  897. a search of more than one Archie server is necessary.
  898. An Archie server is also accessible through the WWW at:
  899. http://www.pvv.unit.no/archie
  900. File Transfer Protocol (FTP) is a means of transferring files between
  901. your PC and a remote server.  Typically this is through so called "anonymous"
  902. FTP where you log on with user id "anonymous" and give your email address
  903. as the password. Never give your real password when logging on to an
  904. anonymous server. Anonymous FTP is a method many Internet sites use
  905. to allow users who don't have an actual account with them to access
  906. their files. An FAQ on FTP file retrieval along with a listing of all
  907. known FTP sites and some limited information about the files carried
  908. is available from:         ftp://oak.oakland.edu/SimTel/msdos/info/ftp
  909. list.zip
  910. Typically you will use an Archie program to search for  a known file
  911. you are looking for if you don't already know where to find it, and
  912. then  an FTP program to retrieve it. 
  913. The search program WSARCHIE and John Junod's file retrieval program
  914. WS_FTP (16 bit) are the standards by which ALL Archie and FTP clients
  915. should be measured. I am referring to commercial programs, not just
  916. Shareware. Not only do they have features and performance, but they
  917. work well together for a one two punch.
  918. 8.1    Auto WinNet Lite
  919. FUNCTION......  FTP file retrieval (volume oriented).
  920. FILE SIZE........  771,295  bytes
  921. VERSION.........  1.6   June 1995
  922. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/autown16.zip
  923.     http://www.computek.net/autownet
  924. STATUS...........  Shareware, some features crippled. Registered users
  925. get Auto WinNet Professional for $US 69.95 by supplying the serial
  926. number from this Lite version, otherwise $US 130. The original DOS
  927. version of this program is available for $US 40 but only works with
  928. shell access and not SLIP. 
  929. DOCUMENTS..  Comprehensive instructions.
  930. FEATURES......  Provides mass mailing and mailing list capabilities.
  931. Considerable flexibility for script creation to automate retrieval
  932. and sending functions. The registered version, Auto WinNet Professional
  933. provides run later script capabilities, mail ability to send up to
  934. 2000 mail messages at once, post unliminted numbers of messages across
  935. Usenet news groups (hmmm...), fax capabilities, Web page retrieval
  936. from sites (text only) and built in PKZIP, LZH, ARJ, ZOO, ARC support.
  937. COMMENTS....  Designed primarily for use by BBS operators this program
  938. enables mass file retrieval from Internet sites with minimal effort.
  939. From David Smith and Jim Husband. A heavy duty price for heavy duty
  940. users.  
  941. 8.2    CuteFTP 
  942. FUNCTION......  File retrieval  (FTP)
  943. FILE SIZE........  200,300    bytes
  944. VERSION.........  1.4 beta 4  July 1995
  945. RETRIEVAL....  ftp://papa.indstate.edu/winsock-l/ftp/CuteFTP.Betas/cftp14b4.zip
  946. STATUS...........  Freeware (now).
  947. DOCUMENTS..  Basic instructions and online help.
  948. FEATURES......  Caching of recently visited directories, robust STOP
  949. command, capable of stopping any operation without loosing connection,
  950. directory tree downloads, selectable display font.
  951. COMMENTS....  A new FTP program recently released by Alex Kunadze with
  952. a file manager style interface.
  953. 8.3  (NEW!)  FSP4WIN
  954. FUNCTION......  FSP client.
  955. FILE SIZE........  206,461 bytes
  956. VERSION.........  .70 beta  March 1995.
  957. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/uploads/fsp4win.zip
  958.     Note: This will eventually be moved to the /winsock directory.
  959. STATUS...........  Freeware. When final version 1.0 is released it will
  960. be Shareware at $US 15.
  961. DOCUMENTS..  Very minimal. 
  962. FEATURES......  
  963. COMMENTS....  This is the first new Windows based FSP client in 2 years.
  964. Released by Ben Youngdahl. 
  965. 8.4  (NEW!)  FTP-GM
  966. FUNCTION......  File retrieval  (FTP)
  967. FILE SIZE........  90,935 bytes
  968. VERSION.........  1.0  June 1995
  969. RETRIEVAL....  ftp:oak.oakland.edu/SimTel/win3/winsock/ftpgm10.zip
  970. STATUS...........  Shareware $US 12 or $CDN 15
  971. DOCUMENTS..  Basic start up instructions.
  972. FEATURES......  File search/filter capabilities.
  973. COMMENTS....  Nice distinctive graphics for those who are tired of the
  974. usual gray. The program however is too lean. It can not be expanded
  975. to full screen and there's no provision for storing repetitive sites
  976. or log in information - having to manually typing the site, user id
  977. and password with every login gets rather tiring. Released by Guy Michaud.
  978. 8.5     NetRover
  979. FUNCTION......  Automated FTP, Finger, Gopher, and WWW (text) retrieval.
  980. FILE SIZE........  61,879 bytes
  981. VERSION.........  1.1b  June 1995
  982. RETRIEVAL....  http://www.aquila.com/kent.behrens/netrover.htm   File
  983. name: netrover.zip
  984. STATUS...........  Shareware  $US 25. The event scheduling  function
  985. does not work in the unregistered version.  
  986. DOCUMENTS..  Basic instructions are not overly detailed, but the program
  987. is fairly easy to figure out.
  988. FEATURES......  Completely adjustable for a one time execution, hourly,
  989. daily, weekly, monthly, etc., with activation date and time settings.
  990. For functions such as FTP files can be sent or received.
  991. COMMENTS....  A very interesting program which allows you to automatically
  992. schedule an event such as the retrieval of a certain WWW page at a
  993. certain date and time, or for example to perform repetitive Finger
  994. checks at specified intervals.  Released by Kent D. Behrens
  995. 8.6    WINFSP
  996. FUNCTION......  File Service Protocol (FSP)
  997. FILE SIZE........  57,956 bytes
  998. VERSION.........  1.2   August 1993   
  999. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/winfsp12.zip
  1000. STATUS...........  Freeware
  1001. DOCUMENTS..  Brief setup and use instructions. Information about FSP
  1002. can be  found in the Frequently Asked Questions (FAQ) document available
  1003. from:  ftp://ftp.germany.eu.net/pub/network/inet/fsp/FAQ.
  1004. FEATURES......
  1005. COMMENTS....  This was the first Windows FSP file retrieval program,
  1006. and it appears to have been abandoned. FSP is sometimes nicknamed "File
  1007. Slurping Protocol" and is only usable on certain servers which support
  1008. it.  FSP operates similar to a Web browser - it only logs on to a site
  1009. long enough to retrieve necessary information and thus provides a minimal
  1010. burden on that site. Once tooted as a potential replacement for FTP,
  1011. it just doesn't seem to be going anywhere.  
  1012. 8.7    WinFTP
  1013. FUNCTION......  File retrieval  (FTP)
  1014. FILE SIZE........  177,738 bytes
  1015. VERSION.........  Jan. 1994
  1016. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/winftp.zip
  1017. STATUS...........  Released to Public Domain.
  1018. DOCUMENTS..  Installation  instructions,  but no on-line help.
  1019. FEATURES......  Based on an earlier version of WS_FTP with some added
  1020. features . Program contains both 16 and 32 bit execution versions,
  1021. (winftp.exe and win32ftp.exe).
  1022. COMMENTS....  Quite usable, but a bit dated now.
  1023. 8.8    WSARCHIE
  1024. FUNCTION......  File search client (Archie)
  1025. FILE SIZE........  255,724  bytes
  1026. VERSION.........  alpha .8    July 1995
  1027. RETRIEVAL....  ftp://ftp.demon.co.uk/pub/ibmpc/winsock/apps/wsarchie/wsarch08.zi
  1028. p
  1029.     ftp://oak.oakland.edu/SimTel/win3/winsock/wsarch08.zip
  1030. STATUS...........  No charge for non-commercial use. 
  1031. DOCUMENTS..  Installation instructions and on-line help included. 
  1032. FEATURES......  Display shows file sizes and file dates. This latest
  1033. version now has the capability to save search results to a text file
  1034. for later viewing.
  1035. COMMENTS....  Visually well laid out and functioning main screen. Can
  1036. be configured to work with WS_FTP to retrieve files. 
  1037.     Recommended
  1038. 8.9    WS-FTP
  1039. FUNCTION......  File retrieval  (FTP)
  1040. FILE SIZE........  122,850  bytes 
  1041. VERSION.........  July 1995.  Note: Unfortunately the various versions
  1042. to date are indistinguishable by file name, but latest version is always
  1043. in the site listed below.
  1044. RETRIEVAL....  ftp://ftp.usma.edu/pub/msdos/winsock.files/ws_ftp.zip
  1045.     This site can be hard to access.
  1046. STATUS...........  No charge for non-commercial use by individuals or
  1047. for use by US government organization.
  1048. DOCUMENTS..  Installation instructions and on-line help included.
  1049. FEATURES......  Can store repetitively used  locations/directories 
  1050. for easy call up, and comes pre-configured with a number of the more
  1051. popular sites. Can be set to a number of  "redials"  if unable to connect
  1052. although there is unfortunately no time delay allowed between these
  1053. redials. Supports firewalls. Multiple copies of this program can be
  1054. activated for simultaneous downloads.
  1055. COMMENTS....  The best and most popular FTP program in use today.  This
  1056. site is rather small and difficult to access but worth the effort since
  1057. all of John Junod's latest versions of his various programs are here.
  1058. See also the matching file search package WSARCHIE above.
  1059.     Recommended
  1060. 8.10    WS-FTP32    [Win32s, Windows95, Widows NT, version by John Junod]
  1061. FUNCTION......  File retrieval  (FTP)
  1062. FILE SIZE........  154,333  bytes
  1063. VERSION.........  July 1995
  1064. RETRIEVAL....  ftp://ftp.usma.edu/pub/msdos/winsock.files/ws_ftp32.zip
  1065. STATUS...........  No charge for non-commercial use by individuals or
  1066. for use by US government organizations.
  1067. DOCUMENTS..  Installation instructions and on-line help included. 
  1068. FEATURES......  Contains similar features to the 16 bit version, WS_FTP.
  1069. COMMENTS....  John Junod has ported his latest code to a 32 bit version
  1070. for Windows NT. The latest release of this version also now runs on
  1071. Windows 3.1 with the Win32s 32 bit extension installed (see the Non
  1072. Winsock section), Windows NT,  and  Windows95. There is no data transfer
  1073. speed advantage in running this 32 bit version in a 16 bit machine
  1074. even with Win32s. File transfers will not be faster although there
  1075. may be other feature differences and advantages of the 32 bit version
  1076. over the 16 bit one.
  1077. 8.11    WSFTP32    [Windows NT version by Larry Kahn]
  1078. FUNCTION......  File retrieval  (FTP)
  1079. FILE SIZE........  309,513  bytes
  1080. VERSION.........  July 1995
  1081. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/uploads/wsftp32.zip
  1082.     Note: This program will eventually be moved to either the /nt or
  1083. /winsock directories to replace older versions there.
  1084. STATUS...........  Freeware.
  1085. DOCUMENTS..  Installation and startup instructions but no on-line help.
  1086. FEATURES......  This latest version now supports drag and drop.
  1087. COMMENTS....  This is an updated and recompiled version for Windows
  1088. NT based on WS_FTP source code from December 1993 originated by John
  1089. Junod. Some bugs have been fixed and some features added by the new
  1090. author Larry Kahn who created this version. Technically, in many ways
  1091. this is a superior version in many ways to John Junod's 32 bit version
  1092. because, just for starters it supports long filenames and can display
  1093. large text files (30k +) with the NT notepad (things Junod's version
  1094. can't do).  Unfortunately it does have some offsetting shortcomings
  1095. beginning with the inability to enlarge its window to full screen size.
  1096. Neither program is significantly superior to the other and both are
  1097. under active development.
  1098. 9. FINGERS
  1099. No, not the kind you give other motorists. A program such as Finger
  1100. is used to check servers for information about the users logged on
  1101. at a particular location. Sometimes little more than their real name
  1102. is available, and sometimes a brief profile. The Finger function can
  1103. also be found included in some other packages such as more recent versions
  1104. of Eudora, a popular mail program. A few service providers have begun
  1105. to shut down their Finger servers because of concerns that the information
  1106. provided could be misused by outsiders.
  1107. For a combined Finger / Ping / Echo client,  see also WSNWUTIL  in
  1108. the PING section. 
  1109. 9.1    CFinger 
  1110. FUNCTION......  Finger and Echo client/daemons,  Whois client.
  1111. FILE SIZE........  153,464
  1112. VERSION.........  1.1 beta    March 1995
  1113. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/cfing11.zip
  1114. STATUS...........  Shareware $US 5.
  1115. DOCUMENTS..  Installation instructions and on-line help.
  1116. FEATURES......  
  1117. COMMENTS....  A nicely done Windows implementation just released by
  1118. Charles Wells. Full featured and not crippled.
  1119. 9.2    Finger: A Windows Socket Finger Client
  1120. FUNCTION......  Finger query 
  1121. FILE SIZE........  68,108 bytes
  1122. VERSION.........  3.1  March 1993
  1123. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/finger31.zip
  1124. STATUS...........  No mention of any charges for using this program.
  1125. DOCUMENTS..  Minimal, but little required.
  1126. FEATURES......
  1127. COMMENTS....  Contains two executables, one for Berkeley style synchronous
  1128. blocking (finger.exe), the other for asynchronous Winsockets (mfinger.exe).
  1129. 9.3    FINGER 3.0
  1130. FUNCTION......  Finger query 
  1131. FILE SIZE........  70,135  bytes
  1132. VERSION.........  3.0        February 1995
  1133. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/finger30.zip
  1134. STATUS...........  Shareware  $US 10. Volume discounts available.
  1135. DOCUMENTS..  Start up  and use instructions. 
  1136. FEATURES......  Enables multiple finger sessions at the same time -
  1137. includes timer for re-fingering opened finger sessions every  1-60
  1138. minutes.
  1139. COMMENTS....  From Zoran Dukic, a  contribution from Europe. Fairly
  1140. straight forward and easy to use as are most finger clients.
  1141. 9.4    Finger32     [Windows NT]
  1142. FUNCTION......  Finger query 
  1143. FILE SIZE........  37,196  bytes
  1144. VERSION.........  May 1994
  1145. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/nt/finger32.zip
  1146. STATUS...........  No information - not specified by the author.
  1147. DOCUMENTS..  Nil.
  1148. FEATURES......
  1149. COMMENTS....  This is a 32 bit  version of the program Finger. It does
  1150. appear to work with  Windows 3.1 with the Win32s upgrade. 
  1151. 9.5    Finger and Host Lookup  (2 programs)
  1152. FUNCTION......  Finger query and host name to IP number lookup/converter.
  1153. FILE SIZE........  17,017 bytes
  1154. VERSION.........  January 1994
  1155. RETRIEVAL....  ftp://ftp.cyberstore.ca/pub/Windows/Apps/iwork.zip
  1156. STATUS...........  Freeware.
  1157. DOCUMENTS..  Minimal.
  1158. FEATURES......  
  1159. COMMENTS....  
  1160. 9.6  (NEW!)  Fingerer/32     [ Win32s, Windows95, Windows NT ]
  1161. FUNCTION......  Finger , Whois, CCSO Ph, ICMP Ping, Name/IP number lookup.
  1162. FILE SIZE........  483,249 bytes
  1163. VERSION.........  .31 beta July 1995
  1164. RETRIEVAL....  http://www.pitt.edu/~akist1  File name: fing031b.zip
  1165. STATUS...........  Shareware, 10 day evaluation. Registration $10 pre
  1166. release price until August 30, 1995 or until final release of version
  1167. 1.0, whichever comes first.
  1168. DOCUMENTS..  Start up instructions and online help.
  1169. FEATURES......  
  1170. COMMENTS....  This is an impressive and convenient combination of a
  1171. handful of Winsock lookup clients well worth the current asking price
  1172. if you have a 32 bit operating system. The nag screen is a bit of a
  1173. pain in the unregistered version. The Ping client only will not function
  1174. with Win32s. From AKI Software Solutions.
  1175. 9.7    FingerPlan
  1176. FUNCTION......  Finger support utility (but not a Finger client)
  1177. FILE SIZE........  46,296 bytes
  1178. VERSION.........  2.0 beta 4   July 1995
  1179. RETRIEVAL....  http://www.ior.com/lamplight     File name:  fp2_0b4.zip
  1180. STATUS...........  Shareware  $US 20. Time crippled. A code must be
  1181. obtained by email in order to activate the program.
  1182. DOCUMENTS..  Basic instructions.
  1183. FEATURES......  
  1184. COMMENTS....  A unique program designed to solve a problem caused by
  1185. dynamic IP addresses. FingerPlan provides a means of making a user's
  1186. current dynamic IP address readily available so that it can be fingered
  1187. by other users. From Scott Chapman.
  1188. 9.8    IE's Finger    (Imagination's End)
  1189. FUNCTION......  Finger client and basic Finger daemon.
  1190. FILE SIZE........  345,786  bytes
  1191. VERSION.........  .98    May 1995
  1192. RETRIEVAL....  ftp://wuarchive.wustl.edu/pub/MSDOS_UPLOADS/winsock/iefngr098_com
  1193. plete.zip
  1194. STATUS...........  Almostfreeware. Send the author some feedback on
  1195. the program.
  1196. DOCUMENTS..  Basic start up instructions.
  1197. FEATURES......  Batch capabilities.
  1198. COMMENTS....  
  1199. 9.9    WS Finger    
  1200. FUNCTION......  Finger and Whois query 
  1201. FILE SIZE........  65,584   bytes
  1202. VERSION.........  1.5   April 1995
  1203. RETRIEVAL....  ftp://sparky.umd.edu/pub/winsock/wsfngr15.zip
  1204. STATUS...........  Shareware     $US 10
  1205. DOCUMENTS..  Installation instructions, on-line help. A list of Whois
  1206. servers is also included.
  1207. FEATURES......  A major new rewrite. Support now included for Finger,
  1208. Whois and command line fingers, Finger address book, history, save
  1209. to file, etc.
  1210. COMMENTS....  From Tidewater Systems, Shareware as of version 1.2. Previous
  1211. versions Freeware.
  1212. 9.10     XFINGER
  1213. FUNCTION......  Automatic finger query
  1214. FILE SIZE........  194,106 bytes
  1215. VERSION.........  .6 July 1995
  1216. RETRIEVAL....  http://www.ugrad.cs.ubc.ca/spider/q7f192/branch/tools.html
  1217. File name: xfing06.zip
  1218. STATUS...........  Freeware.
  1219. DOCUMENTS..  Basic info.
  1220. FEATURES......  Automatic fingering at adjustable intervals (default
  1221. 40 seconds), useful if you want a running check made to see if a friend
  1222. has logged on. Can be configured for a number of targets.
  1223. COMMENTS....  As mentioned in the documentation excessive hammering
  1224. on a host may affect your popularity with the systems administrators.
  1225. Released by George Xie.
  1226. 10. GAMES - MUDS
  1227. One interpretation from  the introductory text in MUD Man: "MUD, short
  1228. for Multi-User Dungeon, is a fantasy world where people can interact
  1229. and fight monsters, go on quests, etc..."  And then there's MUSH, a
  1230. "Multi-User Shared Hallucination". And then there's MOO........
  1231. 10.1     AvPlay
  1232. FUNCTION......  MUD client
  1233. FILE SIZE........  451,714 bytes
  1234. VERSION.........  4.01 beta July 1995
  1235. RETRIEVAL....  ftp://ftp.avalon.co.uk/AvPlay_Windows/avw_401.zip
  1236. STATUS...........  No information.
  1237. DOCUMENTS..  Online help.
  1238. FEATURES......    
  1239. COMMENTS....  Although specially designed for Avalon (a mythical world
  1240. MUD) it can be used elsewhere. Intended for use with Trumpet Winsock.
  1241. Released by Dave Austin.
  1242. 10.2     GeNewIc Mud Client for Winsock    [Win32s, Windows95, Windows
  1243. NT]
  1244. FUNCTION......  MUD client
  1245. FILE SIZE........  126,001 bytes
  1246. VERSION.........  1.0 beta  July 1995
  1247. RETRIEVAL....  ftp://papa.indstate.edu/winsock-l/mud/gmd3210d.zip
  1248. STATUS...........  Shareware $US 20
  1249. DOCUMENTS..  Very basic instructions, not very much information. 
  1250. FEATURES......  Separate input and output windows, Multiple hosts in
  1251. different windows active simultaneously, Scroll back buffer, Macros,
  1252. and a dockable/floating macro bar, user selectable fonts.
  1253. COMMENTS....  
  1254. 10.3    MUD Man
  1255. FUNCTION......  MUD client
  1256. FILE SIZE........  78,834 bytes
  1257. VERSION.........  1.2    August 1994
  1258. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/misc/mudman12.zip
  1259. STATUS...........  Shareware $US 9,  non-USA users $US 15. Registration
  1260. benefits include an upgraded version of the program.
  1261. DOCUMENTS..  Basic start up instructions and on-line help included.
  1262. FEATURES......  
  1263. COMMENTS....  According to author Samuel Ross: " The goal of MUD Man
  1264. is to end the laborious typing required to move around and perform
  1265. actions. Once initialized, every command can be issued from the click
  1266. of a button."
  1267. 10.4    MudWin    (Mud Windows Client)
  1268. FUNCTION......  MUD client
  1269. FILE SIZE........  74,368  bytes
  1270. VERSION.........  1.0.6 beta   January 1995
  1271. RETRIEVAL....  ftp://ftp.microserve.com/pub/msdos/winsock/mudwin.zip
  1272. STATUS...........  Copyright by the author but no mention of any charges
  1273. for use.
  1274. DOCUMENTS..  Extensive start up and usage information.
  1275. FEATURES......  
  1276. COMMENTS....  Nice graphical toolbar. Continued development by author
  1277. Sam Denton.
  1278. 10.5    MUDManager   [ Win32s, Windows NT ]
  1279. FUNCTION......  MUD client
  1280. FILE SIZE........  160,492 bytes
  1281. VERSION.........  2.0 May 1995
  1282. RETRIEVAL....  ftp://wuarchive.wustl.edu/pub/MSDOS_UPLOADS/winsock/mudmgr20.zip
  1283.   ftp://ftp.uwp.edu/pub/incoming/games/mudmgr20.zip 
  1284. STATUS...........  Shareware $US 10
  1285. DOCUMENTS..  Basic instructions and online help.
  1286. FEATURES......  Multiple document interface allowing you to connect
  1287. to several sites at once, dockable toolbar for quick access to common
  1288. functions, true 32-bit performance, automatic connecting to host sites
  1289. when enabled, connect string logic allowing you to configure your system
  1290. to automatically log you on, printing, splitter windows, etc.
  1291. COMMENTS....  A major rewrite from Bill Hyman.  The program should also
  1292. work with Windows95 but for some reason doesn't appear to at the moment.
  1293. A commercial version of this program will be released towards the end
  1294. of June.
  1295. 10.6    MUTT(tm) Lite  (Multi-User Trivial Terminal client) 
  1296. FUNCTION......  MUD/MUSH/MU* client.
  1297. FILE SIZE........  49,905  bytes
  1298. VERSION.........  .1j    February 1995
  1299. RETRIEVAL....  ftp://caisr2.caisr.cwru.edu/pub/mud/mutt_01j.zip
  1300.     ftp://ftp.graphcomp.com/pub/msw/mutt/mutt_01j.zip
  1301. STATUS...........  Freeware (limited).
  1302. DOCUMENTS..  Installation and start up info in a file "readme.bnd".
  1303. No on-line help and none planned for the Lite version.
  1304. FEATURES......  Multiple character connections with an MDI presentation.
  1305. Separate send and receive windows with dialogue logging. Drag & drop
  1306. support for sending files and command-streams. User-definable hot keys,
  1307. including cursor key definitions.
  1308. COMMENTS....  The is the first public  release of MUTT(tm) Lite, a client
  1309. that provides Winsock access to MU* hosts. Design criteria: the executable
  1310. will remain below 32K   in order to minimize Internet traffic and FTP
  1311. site impact and therefore features are limited. A full featured version
  1312. called MUTT(tm) Elite is planned for future release by the author Bob
  1313. Free. More information on MUTT is available through the WWW from:  http://www.gr
  1314. aphcomp.com
  1315. 10.7    VWMUD Master
  1316. FUNCTION......  MUD client
  1317. FILE SIZE........  93,655   bytes
  1318. VERSION.........  1.20b     July 1995
  1319. RETRIEVAL....  http://vaughan.pic.net/  File name: vwmud120.zip
  1320. STATUS...........  Basic package now Freeware.   Optional registration
  1321. brings 6 months of support and updates for $US 15. Source code $US
  1322. 50.
  1323. DOCUMENTS..  Start up instructions and on-line help. On-line help includes
  1324. Scott Geiger's listing of 340 MUDS, MUSHES and MOOS.
  1325. FEATURES......  Sound support now added along with some options affecting
  1326. colors and fonts.
  1327. COMMENTS....  Telnet client designed specifically for "Outlaws" - players
  1328. who kill other players. From author Vaughan Wynne-Jones.
  1329. 10.8    WinWorld  (formerly Winfugue)
  1330. FUNCTION......  MU* client
  1331. FILE SIZE........  72,771   bytes
  1332. VERSION.........  .2 alpha    November 1994
  1333. RETRIEVAL....  ftp://ftp.mgl.ca/pub/winworld/wworld02.zip
  1334. STATUS...........  Donationware - contributions welcome but not mandatory.
  1335. DOCUMENTS..  Very basic start up and installation instructions.
  1336. FEATURES......  Auto-login, multiple simultaneous worlds - but only
  1337. one world displayed at a time (no window clutter!), definable function
  1338. keys, built in bug report mailer (doesn't require any other software)
  1339. COMMENTS....  Program formerly known as Winfugue. This is at an early
  1340. stage of development and is being released by the author Eric Stern
  1341. for further testing purposes.
  1342. 11. GAMES - OTHER
  1343. Perhaps because Winsock is such a new standard, outside the MUD grouping
  1344. there have been few games developed so far. In time we can expect to
  1345. see others.
  1346. 11.1    CHESSBD
  1347. FUNCTION......  Internet chess client.
  1348. FILE SIZE........  307,459 bytes
  1349. VERSION.........  2.0i  April 1995
  1350. RETRIEVAL....  ftp://unixd1.cis.pitt.edu/group/chess/UTIL/slics20i.zip
  1351. STATUS...........  Shareware   $US 5.
  1352. DOCUMENTS..  Start up instructions and online help.
  1353. FEATURES......  Considerable flexibility in selecting fonts and colors.
  1354. COMMENTS....  This program is capable of running scripts but is primarily
  1355. intended  to observe/play chess on the Internet Chess Server (ICS)
  1356. or on the Free Internet Chess Server (FICS). Released by Don Fong.
  1357. This program only works with Winsock. It has not been tested with TIA.
  1358. 11.2    COW-lite       [ Win32s and Windows NT ]
  1359. FUNCTION......  Netrek client.
  1360. FILE SIZE........  215,242 bytes
  1361. VERSION.........  1.20 October 1994
  1362. RETRIEVAL....  ftp://esoteric.agron.iastate.edu/pub/netrek/COW-lite/bin/COW
  1363. lite-1.20.Win32.zip
  1364. STATUS...........  Not mentioned.
  1365. DOCUMENTS..  Extensive documentation on using the program and the game
  1366. in general.
  1367. FEATURES......  
  1368. COMMENTS....  Netrek is a multiplayer team based Internet game with
  1369. a  Star Trek/Star Wars theme.  The basic goal is to slaughter the enemy
  1370. and conquer the galaxy (naturally!).  There is a newsgroup specifically
  1371. devoted to this game, rec.games.netrek. This Windows port of this program
  1372. was done by Jonathan Shekter. 
  1373. 11.3    First International Backgammon Server For Windows (FIBS/W)
  1374. FUNCTION......  Backgammon server.
  1375. FILE SIZE........  218,095
  1376. VERSION.........  1.30    January 1995
  1377. RETRIEVAL....  ftp://sunsite.unc.edu/pub/micro/pc-stuff/ms-windows/winsock/apps/
  1378. fibsw130.zip
  1379. STATUS...........  Shareware   $US 40
  1380. DOCUMENTS..  Start up information and on-line help.
  1381. FEATURES......  Works with dial-up dumb-terminal-server access, TCP/IP,
  1382. SLIP and PPP. Built in dialer with script.
  1383. COMMENTS....  An Internet server which allows users to play against
  1384. human opponents all over the world.
  1385. 11.4    SWINE      [ Win32s and Windows NT ]
  1386. FUNCTION......  Netrek client
  1387. FILE SIZE........  261,924 bytes
  1388. VERSION.........  1.30 beta  January 1995
  1389. RETRIEVAL....  ftp://esoteric.agron.iastate.edu/pub/netrek/COW-lite/beta/swine
  1390. 1.3beta.win32.zip
  1391. STATUS...........  Not mentioned.
  1392. DOCUMENTS..  Extensive documentation on using the program and the game
  1393. in general.
  1394. FEATURES......  
  1395. COMMENTS....  This Windows port of this program was done by Jonathan
  1396. Shekter who also did the same for COW-lite, the other Winsock based
  1397. Netrek game. The documentation with both programs is very similar.
  1398. 11.5    TeleChess 
  1399. FUNCTION......  Chinese chess.
  1400. FILE SIZE........  50,440  bytes
  1401. VERSION.........  1.1     March 1995
  1402. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/tchess11.zip
  1403. STATUS...........  Shareware     $US 15
  1404. DOCUMENTS..  Installation instructions but nothing on the game itself.
  1405. FEATURES......  
  1406. COMMENTS....  This game is designed to be played by two people over
  1407. any TCP/IP network, including the Internet.
  1408. 11.6    WIGC
  1409. FUNCTION......  Winsock client for the Internet GO Server (IGS).
  1410. FILE SIZE........  156,940
  1411. VERSION.........  1.3     March 1994
  1412. RETRIEVAL....  ftp://ftp.demon.co.uk/pub/ibmpc/winsock/games/go/wigc1_3.zip
  1413. STATUS...........  Shareware $US 5
  1414. DOCUMENTS..  Minimal start up instructions.
  1415. FEATURES......
  1416. COMMENTS....  File winmgt38.zip a utility for recording GO games (and
  1417. replaying games from the IGS) is also available at the same location.
  1418.     Information on the game GO can be obtained from:
  1419.     http://ltiwww.epfl.ch/~warkent/go/golinks.html
  1420. 11.7    WinIGC
  1421. FUNCTION......  Winsock client for the Internet GO Server (IGS).
  1422. FILE SIZE........  249,554 and 317,028 bytes
  1423. VERSION.........  .61 July 1995
  1424. RETRIEVAL....  ftp://ftp.cc.umanitoba.ca/pub/umhuang4/winigc61.zip and
  1425. runtime4.zip
  1426. STATUS...........  Shareware $US 25.
  1427. DOCUMENTS..  Start up instructions and online help.
  1428. FEATURES......  
  1429. COMMENTS....  The runtime4.zip file contains additional Microsoft and
  1430. Borland dll files which you will need. They had been included in earlier
  1431. versions of the program.
  1432. 11.8    Winsock Chess
  1433. FUNCTION......  Internet chess client.
  1434. FILE SIZE........  163,546
  1435. VERSION.........  Beta test release March 1994
  1436. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/wschesb1.zip
  1437. STATUS...........  Copyright Freeware.
  1438. DOCUMENTS..  Basic usage instructions.
  1439. FEATURES......
  1440. COMMENTS....  Winsock  Chess  is  a  chess  implementation  allowing
  1441. two players  to  play  chess over a Winsock supported  network. Nice
  1442. clear graphical display.
  1443. 11.9 (NEW!)  WS Empire Client
  1444. FUNCTION......  Empire client.
  1445. FILE SIZE........  124,860 bytes
  1446. VERSION.........  2.0 alpha 2 July 1995
  1447. RETRIEVAL....  ftp://ftp.empire.net/pub/empire/player/clients/wse20a2.zip
  1448. STATUS...........  Donationware.
  1449. DOCUMENTS..  Start up instructions and online help.
  1450. FEATURES......  It supports multiple connections, automatic login, I/O
  1451. redirection, a capture buffer, executing command scripts, the clipboard,
  1452. printing, command repeating, command history, an adjustable size listbox
  1453. for viewing I/O.
  1454. COMMENTS....  A strategy game. From the FAQ: "BSD Empire is a global
  1455. economic/political/military simulation game wherein players, representing
  1456. national governments, make "real-time" decisions concerning resource
  1457. allocation,  national  goals,  international diplomatic efforts, etc.
  1458. Extensive records are kept for all players."  This is a 16 bit version
  1459. for Windows 3.1 released by Jonathan Butler. A 32 bit version is in
  1460. progress. Further information on the game of Empire is available in
  1461. newsgroup rec.games.empire and on the WWW at: http://www.empire.net/~children/
  1462. 12. GOPHERS 
  1463. The gophers and ground squirrels which periodically move into my front
  1464. lawn love to dig mazes of tunnels which go all over and seem to pop
  1465. up everywhere.  In a more benign manner the  computer client called
  1466. Gopher tunnels throughout the Internet for us, using a friendly menu
  1467. based system to take us to places we would otherwise have difficulty
  1468. reaching.  The Gopher system was originally developed at the University
  1469. of Minnesota.
  1470. Gopher programs also provide easy access to a number of sites which
  1471. contain Veronica search programs which enable you to do a broadly based
  1472. search for all information, files, graphics etc. which correspond to
  1473. the search word.  The results of the search are listed and specific
  1474. selections can then be retrieved/viewed/saved.  This search and retrieval
  1475. is more broadly based than the Archie/FTP system in that search words
  1476. in the Gopher system do not have to correspond to a file name, and
  1477. the results displayed include document based files which would not
  1478. be picked up by Archie. 
  1479. 12.1    BCGopher   (Boston College Gopher)
  1480. FUNCTION......  Gopher search tool
  1481. FILE SIZE........  170,469 bytes
  1482. VERSION.........  .8ba3       May 1994
  1483. RETRIEVAL....  ftp://bcinfo.bc.edu/PUB/BCGOPHER/bcg08ba3.exe    Note:
  1484. This is not a true anonymous FTP server, you must use "guest" as the
  1485. password rather than the normal email user id. 
  1486. STATUS...........  Freeware.
  1487. DOCUMENTS..  Start up information and on-line help file with a brief
  1488. explanation of the term "Gopher".  
  1489. FEATURES......  Supports the newer Gopher+ protocol found on some servers.
  1490. Support for HTML, MIME.
  1491. COMMENTS....  Deserves an award for best Gopher icon I've seen. 
  1492. 12.2    Gopher Book
  1493. FUNCTION......  Gopher search tool
  1494. FILE SIZE........  888,666 bytes
  1495. VERSION.........  1.1    May 1993
  1496. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/gophbk11.zip
  1497. (at CICA) or gophbook.zip
  1498. STATUS...........  Freeware. Winjpeg image viewer, Shareware $US 20.
  1499. DOCUMENTS..  Installation instructions and on-line help included.
  1500. FEATURES......  Interesting concept with menus displayed as pages in
  1501. a book. Image viewer Winjpeg included.
  1502. COMMENTS....  A rather large package for a Gopher.  Development has
  1503. stopped. 
  1504. 12.3    HGopher    (Hampson's Gopher)
  1505. FUNCTION......  Gopher search tool
  1506. FILE SIZE........  199,833 bytes
  1507. VERSION.........  2.4    Jan. 1994
  1508. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/hgoph24.zip
  1509. at CICA. Also found elsewhere as: hgopher2.4.zip, hgopher24.zip, hgopher2.zip,
  1510. and goph24.zip. Take your pick.
  1511. STATUS...........  No charge for non-commercial use. 
  1512. DOCUMENTS..  Online help.
  1513. FEATURES......
  1514. COMMENTS....  HGopher has gone commercial and is now the property of
  1515. FTP Software Inc. Although version 2.4 has officially been withdrawn
  1516. and will be used as the basis for the commercial version, copies of
  1517. it are still widely available on many servers. Version 2.3 will remain
  1518. in the public domain but will no longer be maintained or enhanced.
  1519. Translation: dead gopher, avoid.
  1520. 12.4    The PNL InfoBrowser  (Pacific Northwest Laboratory)
  1521. FUNCTION......  Gopher search tool
  1522. FILE SIZE........  259,342 bytes
  1523. VERSION.........  1.05    November 1994
  1524. RETRIEVAL....  ftp://ftp.pnl.gov/pub/pnlinfo/win/ib105.exe
  1525. STATUS...........  No charge for non-commercial use.
  1526. DOCUMENTS..  Installation instructions and on-line help. On-line tutorial
  1527. available through the PNL home site.
  1528. FEATURES......  Supports the newer Gopher+ protocol found on some servers.
  1529. COMMENTS....  This program was developed under contract from the US
  1530. Department of Energy (why?).
  1531. 12.5    WGopher
  1532. FUNCTION......  Gopher search tool
  1533. FILE SIZE........  136,707  bytes
  1534. VERSION.........  2.3.2   January 1995
  1535. RETRIEVAL....  ftp://ftp.cuhk.hk/pub/gopher/PC/wgoph232.zip
  1536. STATUS...........  No charge for non-commercial purposes.
  1537. DOCUMENTS..  Minimal, no on-line documentation yet.
  1538. FEATURES......  Built in TN3270 telnet capability.
  1539. COMMENTS....  This is a minor upgrade to what once was a  promising
  1540. Gopher client from Hong Kong. It does not support Gopher+ at present
  1541. although this planned for the future.
  1542. 12.6    WSGopher
  1543. FUNCTION......  Gopher search tool
  1544. FILE SIZE........  367,860   bytes
  1545. VERSION.........  1.2     December 1994
  1546. RETRIEVAL....  ftp://dewey.tis.inel.gov/pub/wsgopher/wsg-12.exe
  1547. STATUS...........  No charge for non-commercial use. 
  1548. DOCUMENTS..  Good. Now has an on-line help file.
  1549. FEATURES......  Supports the newer Gopher+ protocol found on some servers.
  1550. COMMENTS....  This is one of the better gopher clients currently available
  1551. although it does not support firewalls. It also works with Windows
  1552. NT and OS/2 Warp.
  1553.     Recommended
  1554. 13. HOST LOOKUP CLIENTS
  1555. Host lookup programs do things like taking alphabetical site location
  1556. information (such as ftp.cica.indiana.edu) and convert them into IP
  1557. addresses (like 129.79.26.27)  which for some reason computers absolutely
  1558. insist on having.  Or vice versa. For example, if you've been using
  1559. FTP to download offensive pornographic images from that notorious and
  1560. secretive site 127.0.0.1 and wanted to learn more about that location,
  1561. you could input these numbers into one of these programs and see what
  1562. information comes back.  
  1563. 13.1    Hopcheck and Ghostname     [ Windows NT ]
  1564. FUNCTION......  Two programs: a route tracer and a get host name program.
  1565. FILE SIZE........  24,917   bytes   
  1566. VERSION.........  May 1994
  1567. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/nt/hop.zip   
  1568. STATUS...........  No mention of any charges.
  1569. DOCUMENTS..  Negligible.
  1570. FEATURES......
  1571. COMMENTS....  Two Windows NT programs from Larry Kahn.
  1572. 13.2    Host-Scanner
  1573. FUNCTION......  Name server information lookup.
  1574. FILE NAME.....  hscan.zip
  1575. FILE SIZE........  5,054   bytes
  1576. VERSION.........  April  1995
  1577. RETRIEVAL....  Available by email only. Send an email to:
  1578.     fileserver@tetrix.internet-eireann.ie  with HSCAN.ZIP in the subject
  1579. line.
  1580. STATUS...........  Freeware.
  1581. DOCUMENTS..  Basic instructions for this easy to use program.
  1582. FEATURES......  
  1583. COMMENTS....  Just released. More than just an IP to name lookup utility,
  1584. this program does a scan on a block of numbers the first of which you
  1585. must supply.  Block size is adjustable. A newer twist on an old idea.
  1586. From Tetrix Engineering in Ireland.
  1587. 13.3    Local Host DNS-Look-Upper
  1588. FUNCTION......  Host lookup.
  1589. FILE NAME.....  lhost.zip
  1590. FILE SIZE........  3,285 bytes
  1591. VERSION.........  April 1995
  1592. RETRIEVAL....  Available by email only. Send an email to:
  1593.     fileserver@tetrix.internet-eireann.ie  with LHOST.ZIP in the subject
  1594. line.
  1595. STATUS...........  Freeware.
  1596. DOCUMENTS..  Basic instructions.
  1597. FEATURES......  
  1598. COMMENTS....  From Tetrix Engineering. A simple utility which retrieves
  1599. the name of your host.
  1600. 13.4    NSLOOKUP
  1601. FUNCTION......  Name server information lookup.
  1602. FILE SIZE........  110,428 bytes
  1603. VERSION.........  1.1     August 1994
  1604. RETRIEVAL....  ftp://ftp.demon.co.uk/pub/trumphurst/nslookup/nslookup.zip
  1605. Note: same file name was used for version 1.0. If downloading from
  1606. a different location match file size to verify correct version.
  1607. STATUS...........  Copyright, but no charge.. 
  1608. DOCUMENTS..  Installation instructions, but no on-line help.
  1609. FEATURES......
  1610. COMMENTS....  From Ashmount Research Ltd.
  1611. 13.5    NSLOOKUP     [ Windows95 and Windows NT ]
  1612. FUNCTION......  Name server information lookup.
  1613. FILE SIZE........  16,840 bytes
  1614. VERSION.........  1.0    February 1995
  1615. RETRIEVAL....  ftp://ftp.usma.edu/pub/msdos/winsock.files/nslookup.zip
  1616. STATUS...........  Not mentioned, but presumably no charge for non-commercial
  1617. use.
  1618. DOCUMENTS..  Minimal.
  1619. FEATURES......
  1620. COMMENTS....  From John Junod. This runs in a DOS window under  Windows95
  1621. and Windows NT. It bears no relation to any other programs with the
  1622. same name from other authors.
  1623. 13.6    Sockinfo
  1624. FUNCTION......  DNS query utility
  1625. FILE SIZE........  10,747  and 307,136 bytes
  1626. VERSION.........  1.1  March 1995
  1627. RETRIEVAL....  ftp://wuarchive.wustl.edu/pub/MSDOS_UPLOADS/winsock/sckinf11.zip
  1628. and bor402.zip
  1629. STATUS...........  Almostfreeware. Send the author some feedback on
  1630. the program.
  1631. DOCUMENTS..  Basic start up instructions.
  1632. FEATURES......  
  1633. COMMENTS....  A DNS number to  name converter (and vice versa). The
  1634. Borland dll files required to run this are not included with the program
  1635. and must be downloaded separately which can be a bit annoying if you
  1636. miss them the first time around.
  1637.     **NOT AVAILABLE**
  1638. 13.7    WORMHOLE
  1639. FUNCTION......  DNS query utility
  1640. FILE SIZE........  32,256 bytes
  1641. VERSION.........  1.0
  1642. RETRIEVAL....  ftp://ftp.cyberstore.ca/pub/Windows/Apps/WORMHOLE.ZIP
  1643. (Do not confuse with wormhole.zip which is an unrelated and totally
  1644. different program available on the Internet.)
  1645. STATUS...........  Not specified
  1646. DOCUMENTS..  None
  1647. FEATURES......  
  1648. COMMENTS....  
  1649. 13.8    WS Host   (Windows Socket Host)
  1650. FUNCTION......  DNS query utility
  1651. FILE SIZE........  5,124   bytes (gasp!)
  1652. VERSION.........  1.1   October 1994
  1653. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/wshost11.zip
  1654. STATUS...........  Postcardware (Freeware for non-commercial use - just
  1655. send the developer a nice postcard.).  
  1656. DOCUMENTS..  Minimal, an intuitively simple program.
  1657. FEATURES......
  1658. COMMENTS....  This nifty compact utility can convert an IP number into
  1659. a host name, or  vice versa. Everyone should have one of these in their
  1660. tool box. This new version makes the program fully asynchronous, correcting
  1661. a shortcoming in the original version.
  1662. 14.  HYPER - G
  1663. Hyper-G is a large scale distributed hypermedia information system
  1664. very similar to the World Wide Web. It's capable of accessing the WWW,
  1665. WAIS and Gopher systems, and conversely WWW and Gopher clients can
  1666. access Hyper-G. The big difference between Hyper-G and other networks
  1667. is that Hyper-G servers track all links in their universe. If an object
  1668. is deleted, the server can find and delete all links pointing to that
  1669. object. The existence of a link server provides capabilities not possible
  1670. in the WWW and Gopher space. Developed in Europe it doesn't have a
  1671. lot to offer in comparison with the WWW which has reached critical
  1672. mass now. Not surprisingly, current development plans appear to be
  1673. aimed at increasing the WWW browser capabilities of this product.
  1674. 14.1    Amadeus
  1675. FUNCTION......  Hyper-G browser.
  1676. FILE NAME.....  There are a number of zipped files in this directory
  1677. to be downloaded depending on features required. Expect a total download
  1678. of up to 7 megabytes. See the latest notes in the same directory.
  1679. VERSION.........  .87 beta   July 1995
  1680. RETRIEVAL....  ftp://iicm.tu-graz.ac.at/pub/Hyper-G/Amadeus/
  1681. STATUS...........  I didn't see anything mentioned, but presumably no
  1682. charge for non-commercial use.
  1683. DOCUMENTS..  Extensive documentation and help files included. The separate
  1684. zipped documentation file is almost 2 megabytes  unzipped and will
  1685. be painfully to view with a less powerful PC.
  1686. FEATURES......  Automated installation with the choice of maximum, custom,
  1687. or minimum install.  This program comes with some familiar clients
  1688. such as WS_FTP32 for FTP, and EWAN for Telnet included.
  1689. COMMENTS....  Requires Win32s which is included in the program and will
  1690. be installed automatically if you do not already have it. This is the
  1691. only Windows browser available for Hyper-G.
  1692. 15.  MAIL and MAIL ACCESSORIES
  1693. One writer recently gushed that electronic mail is the killer application
  1694. for the 90's. He's probably right (and you thought that it was going
  1695. to be the WWW). The development of electronic mail (email) and its
  1696. rapid deployment and availability to the general public will have an
  1697. enormous impact on our lives for years to come. 
  1698. System info stuff. There are two types of servers necessary in most
  1699. mail systems: SMTP and POP. The SMTP (Simple Mail Transfer Protocol,
  1700. or as I prefer: Send Mail To People) server is primarily used to deliver
  1701. mail. When you originate an email message it is sent via your local
  1702. SMTP server which passes the message on to a chain of SMTP servers
  1703. in other locations which route the message to the end destination.
  1704. Unfortunately, the SMTP servers are only capable of delivering mail.
  1705. If you are not connected to the network when delivery is attempted
  1706. they will go away and try again later, perhaps repeatedly every few
  1707. hours for several days or for however long they have been programmed.
  1708. Eventually they just give up and bounce the mail back to the sender
  1709. as undeliverable. To overcome this problem most sites also use a POP
  1710. mail server (current vintage POP3). The POP (Post Office Protocol,
  1711. or as I prefer:  Post Office Pickup) server acts like a mailbox, receiving
  1712. incoming mail and storing it until such time as the user initiates
  1713. retrieval/viewing.
  1714. A newer mail protocol with the potential to displace POP is IMAP (Internet
  1715. Message Access Protocol or Interactive Mail Access Protocol). IMAP
  1716. is more of a server based protocol. Unlike POP, messages are intended
  1717. to remain primarily on the server where they can be stored, filed in
  1718. folders, or selectively downloaded (complete, headers only, without
  1719. attachments, etc.) or archived.
  1720. IMAP is particularly suitable in an environment such as a university
  1721. where there might be shared machines where downloading and storing
  1722. mail on a local PC is not practical anyway. It has a few other advantages
  1723. in other areas including better handling of MIME mail attachments.
  1724. It does permit viewing of headers and selective downloading. Perhaps
  1725. the biggest advantage of IMAP is that it has equivalent POP functionality
  1726. built in allowing users to retain their download, offline reading and
  1727. storage habits if they wish.
  1728. IMAP's biggest disadvantage is that it is server intensive for storage
  1729. space and access to mail as opposed to the simpler download and delete
  1730. activity common to POP.  For modem users offline storage of mail on
  1731. the local PC with POP is more desirable for reasons of convenience
  1732. as opposed to the nuisance of having to repetitively log back on to
  1733. the server to view or retrieve something (busy signal...busy signal...busy
  1734. signal......). I'm not sure that I see any major advantages of IMAP
  1735. here that would appeal to many service providers or dialup users and
  1736. perhaps not surprisingly implementation on the Internet does not appear
  1737. to have been significant (pure opinion - no statistics). Mail client
  1738. programs with only POP capabilities will not work with IMAP servers
  1739. and there are few Windows clients with IMAP capabilities yet, although
  1740. their numbers are increasing.
  1741. ------------------------------------------------------------------
  1742. --------------------------------------------------------------
  1743. In connection with email one issue cannot be emphasized enough. There
  1744. are major security risks with the current Internet mail system. There
  1745. are three points worth remembering. Let's call these the three monkeys,
  1746. or perhaps more appropriately, the three mail monkeys:
  1747. Monkey #1. Information is not secure. There is no guarantee that any
  1748. mail to or from you will not be intercepted and read by others while
  1749. it is in transit. It may pass through many sites, many potential "hands"
  1750. while in route. Even when it reaches its destination it may be vulnerable
  1751. to hackers while stored on the POP server. For this reason confidential
  1752. information such as credit card  numbers should never be sent through
  1753. the Internet without some type of secure encryption system which can
  1754. guarantee confidentiality. Lack of any current universal standard on
  1755. the Internet for this has been a limiting factor for companies trying
  1756. to do business on the Internet.
  1757. Monkey #2. No guarantee of delivery. There is no guarantee that any
  1758. email message you send will ever reach its destination, and no guarantee
  1759. that that anyone will ever be notified of the delivery failure. Normally,
  1760. undelivered mail will be bounced back to the sender. Normally. 
  1761. Monkey #3. No user authentication.  There is no guarantee that that
  1762. any email message (or newsgroup posting for that matter) is really
  1763. from the person listed as the sender. There is no user authentication
  1764. system to confirm that person's real identity, and false identities
  1765. are easily created and have been used from time to time by people on
  1766. the Internet. 
  1767. It is worth noting that email business transactions through the Internet
  1768. by themselves are of questionable legal standing since it is difficult
  1769. to mutually verify the identities of the contracting parties. It is
  1770. currently too easy for one party to repudiate a contract by claiming
  1771. that someone had been impersonating them. And it is also too easy for
  1772. this impersonation to occur.  ("Not me. I didn't order those 12 pizzas.")
  1773. ------------------------------------------------------------------
  1774. --------------------------------------------------------------
  1775. One feature to watch for in email programs is the ability to send attached
  1776. documents (zip files, spreadsheets, graphics, etc.) through the Internet
  1777. mail system with UUencode or MIME (Multipurpose Internet Mail Extensions).
  1778. MIME is the newer and better Internet mail standard and is gradually
  1779. displacing UUencode. MIME should be used whenever possible. Because
  1780. the two systems are not compatible a good mail program should ideally
  1781. have both to be able to handle sending or receiving in either format
  1782. for the time being.  BinHex is a Macintosh standard for file attachments,
  1783. handy if you expect to be communicating with those people.
  1784. The proper choice of a mail program depends upon availability of features
  1785. that are important to you, and your comfort level with the mechanics
  1786. of how the program works. A good beginner's program is Eudora which
  1787. is easy to learn to use and very stable although the free version is
  1788. lacking in features. I have removed Eudora from my recommended list
  1789. and added a new program called E-Mail Connection, which has a more
  1790. feature rich user interface but still a very easy to use program. Another
  1791. very rated highly and popular mail program is Pegasus. It is also very
  1792. feature rich, but somewhat more difficult to setup and to become familiar
  1793. with.
  1794. 15.1    Atis Mail For Windows
  1795. FUNCTION......  Electronic mail
  1796. FILE SIZE........  1,572,877   bytes
  1797. VERSION.........  1.04    May 1995
  1798. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/atism104.zip
  1799. STATUS...........  Shareware $US 50.
  1800. DOCUMENTS..  Basic installation instructions. 
  1801. FEATURES......  SMTP send, POP3 or Imap2/2b receive. Supports MIME mail.
  1802. Built in X.500 DUA. Can also send and receive (rfc822) mail in a Novell
  1803. Netware Network. Automated installation.
  1804. COMMENTS....  All drop down menu commands - no shortcut toolbar icons.
  1805. This program originates in the Netherlands.
  1806. 15.2     E-Mail Connection (tm) Internet Edition
  1807. FUNCTION......  Electronic mail
  1808. FILE SIZE........  1,355,136 bytes
  1809. VERSION.........  2.5.03 June 1995
  1810. RETRIEVAL....  http://www.connectsoft.com  File name: emcsetup.exe
  1811. STATUS...........  Free for personal use.
  1812. DOCUMENTS..  Online help.
  1813. FEATURES......  MIME, UUencode, spell checker. Configurable address
  1814. books, folders, drag and drop, polling.
  1815. COMMENTS....  Wow! Loads of features and free!!!!!!! Excellent user
  1816. interface and you have a configuration choice of selecting the default
  1817. simple one (recommended) or a more advanced version for power users.
  1818. Only noticeable shortcoming is that it does not appear to support signatures.
  1819. OOPS! Spoke too soon - they have just released a newer version 2.5.3
  1820. which fixes this. This is the Internet portion of an award winning
  1821. commercial program which has now been released as Freeware by ConnectSoft.
  1822.     NOTE: The MAPI server provides the ability to send mail directly
  1823. from a MAPI aware program such as MS Word or MS Excel. It otherwise
  1824. serves no purpose and if it's existance annoyed you as much as it did
  1825. me then it can be prevented from booting up by changing MapiServer=1
  1826. to MapiServer=0 in the prof0001.ini file.
  1827.     Recommended
  1828. 15.3    Eudora
  1829. FUNCTION......  Electronic mail
  1830. FILE SIZE........  292,942  and 376,851 bytes
  1831. VERSION.........  1.4.4   December 1994
  1832. RETRIEVAL....  ftp://ftp.qualcomm.com/quest/windows/eudora/1.4/eudor144.exe
  1833. and 14manual.exe
  1834. STATUS...........  Postcardware (Send the developers a nice postcard.).
  1835. The upgraded commercial version $US 65.00.  Further information in
  1836. the Help menu under About Commercial Eudora.
  1837. DOCUMENTS..  Documentation in a separate file in the same directory..
  1838. FEATURES......  POP3/SMTP protocol. BinHex and Mime capability but does
  1839. not  support UUencode in the free version. Built in directory services
  1840. (Ph and Finger). This latest version adds the ability to have multiple
  1841. messages open at the same time.
  1842. COMMENTS....  A very basic and very popular mail program from Qualcomm.
  1843. Not a lot of features, but easy to configure and easy to use. Latest
  1844. version also now runs  under Windows NT and OS2.  The registered commercial
  1845. version 2.0 has the capability to send and receive mail remotely via
  1846. modem without SLIP. No further development seems likely for this free
  1847. version. 
  1848. A third party HTML version manual for the PC and Mac covering versions
  1849. 1.4.2 and 1.4.3b1 from Mark Branigan of the Staffordshire University,
  1850. School of Computing is available through the WWW from: 
  1851. http://www.soc.staffs.ac.uk/eudora/contents.html
  1852. A variation of the Staffordshire manual has been made available by
  1853. Leopoldo Saggin  covering version 1.4.4:
  1854. http://www.bio.unipd.it/html/eudora/contents.html    (new address!)
  1855. 15.4    Mi'Mail
  1856. FUNCTION......  Electronic mail
  1857. FILE SIZE........  1,395,621 bytes
  1858. VERSION.........  1.04  June 1995
  1859. RETRIEVAL....  ftp://ftp.eunet.be/pub/EUnet/dos/mimail.zip
  1860. STATUS...........  Demo, time crippled. Commercial Internet version
  1861. $US 125. Full commercial version with additional X.500 access and DDE
  1862. server $US 165.
  1863. DOCUMENTS..  Start up instructions and online help.
  1864. FEATURES......  MIME, UUdecode/UUencode, filters, address books, folder
  1865. system, drag and drop, automated mail checking (polling), multi-user
  1866. capabilities, etc. Built in X.500 DUA. Capability of identifying from
  1867. incoming mail if the sender had MIME capabilities.
  1868. COMMENTS....  A well done MIME compliant mail program. Nice interface
  1869. and some good features.  Mi'Mail works with a  wide variety of TCP/IP
  1870. stacks and should work with any Winsock (it does work with Trumpet).
  1871. Released by IRISoft Works. A future version will have (public key)
  1872. encryption capabilities.
  1873.     Warning: As stated in its documentation this program will automatically
  1874. send the user's name and email address, server info and other non-confidential
  1875. (but unspecified) information to the owners of this program for possible
  1876. registration follow-up. The software also appears to have the capability
  1877. to be remotely deactivated if unregistered use continues. If this offends
  1878. you then avoid this program.
  1879. 15.5    Pegasus Mail
  1880. FUNCTION......  Electronic mail
  1881. FILE SIZE........  1,076,492 bytes
  1882. VERSION.........  2.01   June 1995   
  1883. RETRIEVAL....  ftp://risc.ua.edu/pub/network/pegasus/winpm201.zip 
  1884. STATUS...........  Free!  Manuals, if required,  are sold by the author
  1885. to support development costs.
  1886. DOCUMENTS..  Installation instructions and on-line help included. Look
  1887. for a self extracting DOS (yuck!)  display file wguide.exe which contains
  1888. some of this information.
  1889. FEATURES......  SMTP/POP3 protocol. Supports UUencode, BinHex, and MIME,
  1890. and now contains a spell checker and a polling feature giving it the
  1891. capability to operate in the background constantly checking for mail
  1892. at specified intervals. Floating toolbar capabilities. It finally adds
  1893. the ability to re-edit outgoing queued mail.
  1894. COMMENTS....  Pegasus is designed as an email program for use on a Novell
  1895. Netware network, or for stand alone use on a PC with a TCP/IP wWinsock
  1896. such as Trumpet Winsock.  The latest major upgrade to a very popular
  1897. and versatile package. Most of the features you might want in at least
  1898. some form. It will take longer to set up than most other mail programs.
  1899.     Recommended
  1900. 15.6    Pronto/IP and Pronto Remote
  1901. FUNCTION......  Electronic mail   [Demo]
  1902. FILE SIZE........  1,124,198 and 1,430,325
  1903. VERSION.........  May and February 1995
  1904. RETRIEVAL....  ftp://commtouch.com/pub/commtouch/prontoip.exe for TCP/IP
  1905. networks or SLIP dialup connections (Pronto/IP)
  1906.     ftp://commtouch.com/pub/commtouch/pronto.exe for UNIX shell dialup
  1907. connections (Pronto Remote) 
  1908.     There are also documentation files at the same location for each
  1909. program which should be retrieved at the same time:  pronto.txt and
  1910. prontoip.txt etc.
  1911. STATUS...........  These are 30 day evaluation copies. Registration
  1912. $US 69 for Pronto/IP and $US 99 for Pronto Remote. Both packages $US
  1913. 139.
  1914. DOCUMENTS..  On-line help and separate documentation files available
  1915. at the commtouch site.
  1916. FEATURES......  Pronto/IP supports MIME, UUencode and MAPI (has MAPI
  1917. server capabilities). Pronto Remote supports MIME, SUN and UUencode
  1918. attachments. Automated installation. Toolbar can be customized by adding
  1919. or deleting toolbar icons - a rare feature in Internet programs to
  1920. date.
  1921. COMMENTS....  From CommTouch Software. Pronto Remote is similar to Pronto/IP
  1922. but can access mail by directly dialing into your shell account - no
  1923. SLIP.  Some very nice features here, but not cheap.
  1924.   A beta version of the next release is also available at the same location
  1925. under filename pip15b.exe.
  1926. 15.7    RFD Mail
  1927. FUNCTION......  Electronic mail
  1928. FILE SIZE........  813,495 bytes
  1929. VERSION.........  1.23   September 1994  
  1930. RETRIEVAL....  ftp://ftp.std.com/customers/software/rfdmail/rfdmail.zip
  1931.     ftp://garbo.uwasa.fi/windows/comm/rfdmail.zip
  1932. STATUS...........  Shareware   $US 29.95  
  1933. DOCUMENTS..  Installation instructions and on-line help included. 
  1934. FEATURES......  Has direct dial (shell) mail access capabilities but
  1935. creating or modifying  script files for this can be very cumbersome
  1936. unless  you are fortunately using one of the on-line services for which
  1937. script files are provided.  Automatic polling (background checking
  1938. for mail at scheduled intervals).
  1939. COMMENTS....  This package's strength lies in it's capability for dialup
  1940. email access to a wide variety of service providers, from BBS's to
  1941. commercial networks like CompuServe and Genie, to the Internet, and
  1942. it contains all the necessary programs, scripts, instructions, etc.
  1943. to support this. SMTP/POP capability has just been added.  Program
  1944. seemed slow when executing commands, and more features are needed (such
  1945. as MIME/UUencode capability).
  1946. 15.8    Small SMTP Client For The Winsock API 
  1947. FUNCTION......  Electronic mail (send only)
  1948. FILE SIZE........  15,568 bytes
  1949. VERSION.........  1.1     March 1993
  1950. RETRIEVAL....  ftp://dorm.rutgers.edu/pub/msdos/winsock/apps/smtp11.zip
  1951. STATUS...........  Public domain.
  1952. DOCUMENTS..  Some introductory information.
  1953. FEATURES......  
  1954. COMMENTS....  Of historical interest only. An example of an early, simple,
  1955. mail client.
  1956. 15.9    Winelm
  1957. FUNCTION......  Electronic mail
  1958. FILE SIZE........  259,553 bytes
  1959. VERSION.........  Second release, March 1994
  1960. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/winelm.zip
  1961. STATUS...........  No mention of any charges for using this program.
  1962. DOCUMENTS..  Inadequate,  none.
  1963. FEATURES......
  1964. COMMENTS....  This package has nothing to offer. 
  1965. 15.10  WS Beeper
  1966. FUNCTION......  Mail (send only)
  1967. FILE SIZE........  72,563 bytes
  1968. VERSION.........  2.6  December 1994
  1969. RETRIEVAL....  http://wgg.com/wgg/best/
  1970.     ftp://ftp.best.com/pub/cbntmkr/wsbeeper.zip
  1971. STATUS...........  Shareware $US 8.
  1972. DOCUMENTS..  Basic instructions.
  1973. FEATURES......  
  1974. COMMENTS....  A simple command line style mail send program. It has
  1975. very limited features and capabilities, possibly usable in special
  1976. situations. From Willow Glen Graphics.
  1977. 15.11  WS-Gmail
  1978. FUNCTION......  Electronic mail client/server.
  1979. FILE NAME.....  ws_gmail.zip
  1980. FILE SIZE........  192,176 bytes
  1981. VERSION.........  April 03/94
  1982. COMMENTS....  No longer available. Originally developed by John Junod
  1983. (noted for his popular WS_FTP package) this had  both client and server
  1984. capabilities. It has gone  commercial now under the name IMAIL. Some
  1985. early development versions including this one can sometimes still be
  1986. found and are fairly functional. Not that you would ever do an Archie
  1987. search to try and find it.
  1988. 15.12  XFERPRO   (Information Transfer Professional)
  1989. FUNCTION......  Internet mail file transfer add-on feature.
  1990. FILE SIZE........  134,025 bytes
  1991. VERSION.........  1.0   July 1994
  1992. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/util/xferp100.zip
  1993. STATUS...........  Shareware. Registration $US 10.
  1994. DOCUMENTS..  Includes on-line help.
  1995. FEATURES......  Fully supports Mime, UU, and XX encoding.
  1996. COMMENTS....  An add-on for mail programs lacking the ability to send
  1997. attached documents through the Internet. From Sabasoft Inc.
  1998. 15.13  Z-Mail           [Win32s, WIndows95, Windows NT]
  1999. FUNCTION......  Electronic mail
  2000. FILE SIZE........  1,634,880   bytes
  2001. VERSION.........  3.2.1    September 1994
  2002. RETRIEVAL....  ftp://ftp.z-code.com/pub/z-code/zmail/zm-win/w321rel.exe
  2003. STATUS...........  Commercial demo. The documentation gives instructions
  2004. on sending away for an activation key required for installation. Up
  2005. to a 30 day demo. Purchase price approximately $US 165.
  2006. DOCUMENTS..  Installation instructions and online help.
  2007. FEATURES......  MIME and UUencode for attachments, message sorting options,
  2008. and searching capabilities, filters for automatically placing mail
  2009. into appropriate folders, aliases/address book, access to program code
  2010. for editing purposes, header/body printing options, etc., etc.
  2011. COMMENTS....  From Network Computing Devices Inc. This is perhaps the
  2012. BMW of mail programs with features (lots), performance (great) and
  2013. price (oh oh!). This program (and this particular version) was chosen
  2014. as a PC Mag editor's choice in a comparison of mail programs in the
  2015. recent April 25, 1995 issue of PC Magazine. Excellent graphics and
  2016. loads of options. For the price I was surprised to find a spell checker
  2017. missing. This program includes a version of Win32s which will be required
  2018. for Windows 3.1 if you do not already have it installed. The Win32s
  2019. should not be installed if you are using this program under Windows95
  2020. or Windows NT.
  2021. 16.  MAIL NOTIFICATION UTILITIES
  2022. 16.1    ChkMail    [not Winsock]
  2023. FUNCTION......  Mail check utility.
  2024. FILE SIZE........  35,686 bytes
  2025. VERSION.........  1.2   May 1995
  2026. RETRIEVAL....  ftp://ftp.demon.co.uk/pub/ibmpc/winsock/apps/chkmail/chkmail.zip
  2027. STATUS...........  Freeware for non commercial use.
  2028. DOCUMENTS..  Start up instructions.
  2029. FEATURES......  
  2030. COMMENTS....  ChkMail is designed to notify users of Pegasus Mail of
  2031. unread email. It is intended mainly for stand alone machines shared
  2032. by several users, such as the members of a family. It avoids the need
  2033. to run Pegasus for each user in turn to see if anything has been received.
  2034. It is aimed mainly at people using Pegasus and WinDIS (which has a
  2035. built in Pegasus gateway). From Barry Savell.
  2036. 16.2    E-Mail Notify       [ Win32s, Windows95, Windows NT]
  2037. FUNCTION......  Mail notification and header retrieval (only)
  2038. FILE SIZE........  210,352, 211,230, and 211,230 bytes
  2039. VERSION.........  .99.7 July 1995
  2040. RETRIEVAL....  http://olympe.polytechnique.fr/~zic/english/email.html
  2041.     Files: e966w32s.zip [Win32s], e997w95.zip [Windows95], e997nt35.zip
  2042. [Windows NT]
  2043. STATUS...........  Freeware,  but use must stop once final version is
  2044. released.
  2045. DOCUMENTS..  Startup instructions and online help.
  2046. FEATURES......  
  2047. COMMENTS....  New, just released by Ludovic Dubost. This program is
  2048. designed to run automatic checks on a mail server and notify you if
  2049. there is mail waiting. The headers may be retrieved, but the program
  2050. cannot retrieve full messages or delete mail on the server and as such
  2051. is intended to supplement a normal mail program. These are 32 bit versions
  2052. for each of the 3 Microsoft flavors.
  2053. 16.3    Ladybird
  2054. FUNCTION......  Mail  notification
  2055. FILE SIZE........  85,704 bytes
  2056. VERSION.........  1.2 July 1995
  2057. RETRIEVAL....  ftp:// 139.175.1.10/UPLOAD/jenwen/lbird12x.exe 
  2058.     http://www.seed.net.tw/~jenwen/ladybird.htm
  2059. STATUS...........  Shareware. $US 5 in local postage stamps (new). This
  2060. version expires August 31, 1995. Program may not be reposted to other
  2061. sites without permission.
  2062. DOCUMENTS..  Basic instructions.
  2063. FEATURES......  Chinese version also available. Sound alert added now.
  2064. COMMENTS....  Released by Jenwen, Chien-Wen Huang.
  2065. 16.4    Pegasus New Mail Check
  2066. FUNCTION......  Add on mail notification for Pegasus mail.
  2067. FILE SIZE........  20,138  bytes
  2068. VERSION.........  March 1995
  2069. RETRIEVAL....  ftp://ftp.xmission.com/pub/users/o/orenp/pegachck.zip
  2070. STATUS...........  Freeware, source code included.
  2071. DOCUMENTS..  Basic start up instructions.
  2072. FEATURES......  
  2073. COMMENTS....  This utility was written to enhance the mail polling (automatic
  2074. checking for mail at regular intervals) capability of Pegasus mail
  2075. version 1.22. Released by Oren Peli.
  2076. 16.5  (NEW!)  P.O.   (Post Office)
  2077. FUNCTION......  Mail notification
  2078. FILE SIZE........  167,449 bytes
  2079. VERSION.........  1.24 beta2  July 1995
  2080. RETRIEVAL....  http://www.cis.ksu.edu/~novak/po.html  File name: po_124b2.zip
  2081. STATUS...........  Shareware $US 5
  2082. DOCUMENTS..  Basic instructions.
  2083. FEATURES......  An email notification program designed specifically
  2084. to operate with a low (less than 3%) burden on system resources. Adjustable
  2085. polling to keep a connection alive, visual and audio alarms, message
  2086. count reported and icon can change to show the presence of new mail.
  2087. Auto mail program launch on receipt of new mail.
  2088. COMMENTS....  Well designed and simple to use. Released by Michael Novak.
  2089. 16.6    WinBiff
  2090. FUNCTION......  Windows mail notification utility  (for Pegasus Mail
  2091. and  others).
  2092. FILE SIZE........  86,267 bytes
  2093. VERSION.........  3.0   July 1995
  2094. RETRIEVAL....  ftp://risc.ua.edu/pub/network/pegasus/misc/wnbff30.zip
  2095. STATUS...........  Shareware  $US 15 with volume discounts and site
  2096. licenses available.
  2097. DOCUMENTS..  Installation instructions and on-line help included.
  2098. FEATURES......  Adjustable polling (mail checking) interval. Optional
  2099. audible alarm.
  2100. COMMENTS....  This utility adds the ability to operate in the background
  2101. periodically checking for new mail to mail clients lacking this feature.
  2102. Usable with Waffle, FirstMail, Novell MHS, Mini-Host, FSUUCP, or Sendmail
  2103. (with PC-NFS).  Not really required for the newer Pegasus or Eudora.
  2104. 16.7 (NEW!)  WinBiff
  2105. FUNCTION......  Windows mail notification utility
  2106. FILE SIZE........  117,687 bytes
  2107. VERSION.........  .3  July 1995
  2108. RETRIEVAL....  http://www.ugrad.cs.ubc.ca/spider/q7f192/branch/tools.html
  2109. File name: wbiff03.zip
  2110. STATUS...........  Freeware.
  2111. DOCUMENTS..  Minimal instructions, simple program. 
  2112. FEATURES......  This program runs in the background and produces a visible
  2113. icon change to indicate that new mail is waiting. No sound. 
  2114. COMMENTS....  An unfortunate choice of names duplicating and existing
  2115. program with a similar function. From George Xie.
  2116. 17.  MISCELLANEOUS 
  2117. Or more specifically, a little bit of this, and a little bit of that.
  2118. 17.1     Keep Alive           [Windows NT]
  2119. FUNCTION......  Repetitive "ping" to server to keep connection alive;
  2120. Rexec client also included.
  2121. FILE SIZE........  25,924 bytes
  2122. VERSION.........  August 1994
  2123. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/kalive.zip
  2124. STATUS...........  Not stated.
  2125. DOCUMENTS..  Very minimal instructions..
  2126. FEATURES......  
  2127. COMMENTS....  This is a 32 bit program which does not work with Windows
  2128. 3.1. Command line format: "keepalive  hostname  interval".  From Larry
  2129. Kahn. The same purpose can also be accomplished with some mail programs
  2130. by using their polling feature to check for mail at a set intervals.
  2131. 17.2    Panda    
  2132. FUNCTION......  Mostly a mail program and newsreader at the moment.
  2133. FILE SIZE........  336,765 bytes
  2134. VERSION.........  2.0b   February 1995 
  2135. RETRIEVAL....  ftp://chop.isca.uiowa.edu/pub/Panda/WinPanda.Modem.BETA.zip
  2136. STATUS...........  No mention of any charges.   
  2137. DOCUMENTS..  Nothing with the package, but logging on as "public" with
  2138. the default configuration allows you to retrieve some basic information
  2139. from an Iowa server
  2140. FEATURES......
  2141. COMMENTS....  New version. Panda is a multipurpose customized program
  2142. being developed at the University of Iowa for campus network use. It
  2143. will include a Gopher, Usenet, mail, FTP, etc.
  2144. 17.3    Tcpmeter
  2145. FUNCTION......  Unknown.
  2146. FILE SIZE........  19,200
  2147. VERSION.........  October 1994
  2148. RETRIEVAL....  ftp://papa.indstate.edu/winsock/tcpmeter.exe
  2149. STATUS...........  No information.
  2150. DOCUMENTS..  None.
  2151. FEATURES......
  2152. COMMENTS....  From Peter Tattam, the Trumpet Winsock author. This provides
  2153. a chart recorder type graphical readout of bi-directional data flow.
  2154. Received bytes/second are shown from the top down in green and send
  2155. bytes/second are from the bottom up in red. Clicking right and left
  2156. mouse buttons increases or decreases the vertical display scale from
  2157. the default 1 kbyte/second. Possibly useful for monitoring the effective
  2158. data transfer rates while communications settings are being adjusted.
  2159. The graphics are kind of neat. This is designed to work only with Trumpet
  2160. Winsock.
  2161.     Note: This version was only intended for the various Trumpet Winsock
  2162. 2.0 versions. A newer version of this was created for the Trumpet 2.1
  2163. versions and is included with that package. According to the author
  2164. Peter Tattam the two versions should only be used with the stacks they
  2165. were intended for. Mixing them apparently introduces a risk of  "corrupting
  2166. stacks & windows etc...". 
  2167. 17.4    WINAPPS2
  2168. FUNCTION......  A comprehensive client startup package.
  2169. FILE SIZE........  169,370
  2170. VERSION.........  2.1f  July 1995 Released to coincide with the release
  2171. of the newest Trumpet Winsock version. Individual clients range in
  2172. date from 1993 to the present.
  2173. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/vendors/trumpet/winsock/winap21f.zip
  2174. ftp://ftp.trumpet.com.au/ftp/pub/winsock/winap21f.zip
  2175. STATUS...........  Shareware. No mention of any charges for use, but
  2176. not to be resold or distributed for sale.
  2177. DOCUMENTS..  Negligible.
  2178. FEATURES......  Includes Telnet, Archie, Chat, IRC, FTP and viewer clients.
  2179. COMMENTS....  A basic starter package from Peter Tattam, the Trumpet
  2180. Winsock author. Some of these are fairly old, while a couple are newer
  2181. versions.
  2182. 17.5    WinLab and NetProto
  2183. FUNCTION......  Advanced image processing/photo retouch with file transfer
  2184. module.
  2185. FILE SIZE........  855,660
  2186. VERSION.........  3.0  October 1994
  2187. RETRIEVAL....  ftp://hp750.dibe.unige.it/pub/PHD/wlabv30b.zip (Prime
  2188. site: Italy)
  2189.     ftp://ftp.cica.indiana.edu/pub/pc/win3/desktop/wlabv30b.zip 
  2190. STATUS...........  Shareware  WinLab:  ITL 120.000 (~ 80 $US)
  2191.     NetProto     ITL 30.000  (~20 $US)
  2192. DOCUMENTS..  Start up instructions and on-line help.
  2193. FEATURES......
  2194. COMMENTS....  Package contains both the image processor (WinLab) and
  2195. has the capability to remotely send or receive documents (NetProto)
  2196. from another machine (also running NetProto) through Winsock. 
  2197. 17.6    Windows Sockets Net Watch    [Win32s, Windows95, Windows NT]
  2198. FUNCTION......  Network Monitor.
  2199. FILE SIZE........  289,418  bytes
  2200. VERSION.........  Alpha 21   May 1995
  2201. RETRIEVAL....  ftp://ftp.usma.edu/pub/msdos/winsock.files/ws_watch.zip
  2202. STATUS...........  May be freely distributed and used, but not sold.
  2203. DOCUMENTS..  Basic startup instructions.
  2204. FEATURES......  Lookup, Finger and Whois tools now added. Traceroute
  2205. and Ping support only if you are using the Microsoft TCP/IP 32 stack.
  2206. COMMENTS....  This is a working alpha version of a graphical network
  2207. monitor. It checks the status of equipment connected to a small network,
  2208. primarily to determine if any sites are down. Still at an early stage
  2209. of development, but interesting.
  2210. 17.7  (NEW!)  XPlan
  2211. FUNCTION......  Dynamic IP address update to .plan file.
  2212. FILE SIZE........  129,543 bytes
  2213. VERSION.........  .5 July 1995
  2214. RETRIEVAL....  http://www.ugrad.cs.ubc.ca/spider/q7f192/branch/tools.html
  2215. File name: xplan05.zip
  2216. STATUS...........  Freeware.
  2217. DOCUMENTS..  Basic startup instructions. 
  2218. FEATURES......  
  2219. COMMENTS....  This program posts your dynamic IP number into the .plan
  2220. file in your UNIX account which your friends can "finger" to "find"
  2221. you. Released by George Xie.
  2222. 18. NEWS 
  2223. The Usenet news system has become one of the cornerstones of the Internet
  2224. Usenet is like a series of thousands of electronic bulletin boards,
  2225. each oriented to a specific area or topic of interest where users can
  2226. post messages or respond to other postings. You subscribe to specific
  2227. groups which interest you and your news program retrieves all the articles
  2228. associated with those groups. Typically Usenet news is accessed by
  2229. logging onto your service provider's news or NNTP (Network News Transfer
  2230. Protocol) server.
  2231. There is no "best" news reader. Different programs present different
  2232. strengths in areas like speed, features, stability, ease of use and
  2233. "personality".  There are differences in what is important to a newcomer
  2234. versus what an experienced power user demands.  Trumpet News and WinVN
  2235. provide good overall choices in a basic online news program. Trumpet
  2236. is beginning to show its age whereas WinVN is still being actively
  2237. developed. Both have basic capabilities for threading (following the
  2238. postings on a particular topic). A powerful new program, News Xpress,
  2239. is a significant improvement over both of these in speed, threading
  2240. and other features. For advanced features and performance there is
  2241. also the new program Free Agent. It was especially designed for offline
  2242. reading to help reduce connection costs. It enables you to retrieve
  2243. all new headers in selected groups, go offline, select those of interest
  2244. and then log back on to retrieve the corresponding bodies and then
  2245. log off again to read them. Although usually not well documented and
  2246. not always easy to use, many of the other programs do have some kind
  2247. of offline capability.
  2248. 18.1    AutoNews
  2249. FUNCTION......  Usenet news.
  2250. FILE SIZE........  393,363 bytes
  2251. VERSION.........  95.03   March 1995
  2252. RETRIEVAL....  ftp://ftp.cityscape.co.uk/users/ay89/autonews.zip
  2253. STATUS...........  Commercial demo UKP 26, $US 52. This demo program
  2254. "eventually stops working".
  2255. DOCUMENTS..  Minimal on-line help.
  2256. FEATURES......  Automated installation.
  2257. COMMENTS....  Designed as an offline news reader this program has a
  2258. tough sell on the price with several other equivalent  or better news
  2259. programs being literally given away.
  2260. 18.2    dMail for Windows  
  2261. FUNCTION......  Usenet news, mail (send and receive)
  2262. FILE SIZE........  339,018  bytes
  2263. VERSION.........  1.0b (July 1994)
  2264. RETRIEVAL....  ftp://papa.indstate.edu/winsock-l/mail/dmailwin.zip 
  2265. STATUS...........  Freely distributed for testing purposes.  
  2266. DOCUMENTS..  Installation instructions and on-line help included. Terminology
  2267. sometimes  confusing and  frustrating, especially with initial setup.
  2268. FEATURES......  Handles  UUCP-g protocol (modem or TCP/IP),  POP3, SMTP,
  2269. and NNTP news reading.  The news reader has UUdecoding, article sort
  2270. by size, date, or subject. Drag and drop capability, etc. 
  2271. COMMENTS....   There is a novel replacement for the traditional hourglass
  2272. cursor -  a man digging with a shovel. The installation  is a nuisance
  2273. since an older version of Trumpet Winsock is included and will cause
  2274. a conflict if you already have a newer version loaded. Since this was
  2275. produced somewhere in the former Soviet Union and probably only intended
  2276. for distribution there it is best avoided.
  2277. 18.3    Free Agent (tm) 
  2278. FUNCTION......  Usenet news, mail (send only)
  2279. FILE SIZE........  734,757    bytes
  2280. VERSION.........  Public release 1.0  July 1995
  2281. RETRIEVAL....  http://www.forteinc.com/forte/agent/dlmain.htm  File
  2282. name: fagent10.zip
  2283. STATUS...........  Free Agent is free to individuals for personal use
  2284. at home and to students or staff of educational institutions and non
  2285. profit organizations.
  2286. DOCUMENTS..  Brief start up instructions and  on-line help.
  2287. FEATURES......  Multiple configurable font colors. Single split window
  2288. design with many enhancements including the ability to change screen
  2289. layout. Includes the unusual and very welcome ability to extract necessary
  2290. network configuration, existing newsgroup listing as well as all your
  2291. subscribed group information from an existing new readers such as Trumpet
  2292. or WinVN which is already installed on your system. This latest version
  2293. contains flexible article purging and the much requested database compaction
  2294. capability.
  2295. COMMENTS....  Very impressive! This is the best off-line reader currently
  2296. available for cutting your connection time costs. It is also one of
  2297. the best news programs in general. Good threading capability. Decoding
  2298. (pictures) has been criticized as somewhat inferior to News Xpress.
  2299.     Recommended
  2300. Note: The commercial version Agent .99 is also available brom the same
  2301. location for the special price of $US 29 until August 31, 1995, then
  2302. $40 thereafter. It adds a multi-lingual spell checker and 6 months
  2303. of upgrades and email technical support. The forthcoming upgrades will
  2304. include the addition of basic email capabilities (August).
  2305. 18.4   NEWS        [Windows95 and Windows NT. A version for the Alpha
  2306. platform is also included]
  2307. FUNCTION......  Usenet news, mail (send only)
  2308. FILE SIZE........  594,728  bytes
  2309. VERSION.........  X1.0-70  June 1995
  2310. RETRIEVAL....  ftp://ftp.ksedb.no/ftpshare/NTNews/news070.zip
  2311. STATUS...........  Demo version expires December 15, 1995.
  2312. DOCUMENTS..  Set up instructions.
  2313. FEATURES......  Built in UUdecode.
  2314. COMMENTS....  Released by Olav Tollefsen. If using pkunzip use the "
  2315. d" option.
  2316. 18.5    News Xpress
  2317. FUNCTION......  Usenet news, mail (send only)
  2318. FILE SIZE........  212,424 June 1995
  2319. VERSION.........  1.0 beta #3
  2320. RETRIEVAL....  ftp://ftp.hk.super.net/pub/windows/Winsock-Utilities/nx10b4
  2321. p.zip
  2322. STATUS...........  Public Domain
  2323. DOCUMENTS..  On-line help. 
  2324. FEATURES......  Good threading capability. Supports kill and auto-selection,
  2325. local folders for storing articles, and outbox for queuing posts and
  2326. mails. Built in UUencode/UUdecode. Many unique features, but not always
  2327. well documented.
  2328. COMMENTS....  A very popular program which has consistently generated
  2329. strong favorable comments from its users in spite of the fact that
  2330. previous releases were usually buggy and unstable. This latest version
  2331. seems to be quite different - an impressive improvement in a program
  2332. which is on the bleeding edge of development in this area. For features
  2333. and performance it is one of the two (Free Agent) best news readers
  2334. currently available. Developed by Ken Ng as a University project in
  2335. Hong Kong.
  2336.     Recommended
  2337. 18.6     PC-Pine for Winsock  
  2338. FUNCTION......  Usenet news, mail (send and receive)
  2339. FILE SIZE........  528,763  bytes
  2340. VERSION.........  3.91  beta      October 1994
  2341. RETRIEVAL....  ftp://ftp.cac.washington.edu/pine/pcpine/pcpine_w.zip
  2342. STATUS...........  Copyright, but freely available.
  2343. DOCUMENTS..  Installation instructions and on-line help included. 
  2344. FEATURES......  Supports SMTP/MIME/IMAP/NNTP protocols, but not POP3.
  2345. COMMENTS....  Unfortunately this Winsock version is quite disappointing
  2346. because it is not a true Windows GUI application but has the same user
  2347. interface as the UNIX and DOS versions of Pine.
  2348. 18.7    Qnews (tm)
  2349. FUNCTION......  Usenet news, mail (send only)
  2350. FILE SIZE........  378,463 bytes
  2351. VERSION.........  .9b3 (beta) April 1995
  2352. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/qn09b3.zip  
  2353.     http://www.magi.com/~rdavies/qnews.html
  2354. STATUS...........  Shareware   $US 10.
  2355. DOCUMENTS..  Installation instructions and online help.
  2356. FEATURES......  Built in UUencode/UUdecode.  Multi-threaded execution.
  2357. Messages can be read, or posted while newsgroups and messages counts
  2358. continue to update in the background.
  2359. COMMENTS....  From Robin Davies.
  2360. 18.8    SlipStream Jet
  2361. FUNCTION......  Mail and news packet downloader.
  2362. FILE SIZE........  382,290 bytes
  2363. VERSION.........  1.014 (Alpha) April 1995
  2364. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/sl1014.zip
  2365.     ftp://ftp.cts.com/pub/rwilson/SlipStream_Jet/ sl1014.zip
  2366. STATUS...........  Shareware. Registration $US 42. Unregistered version
  2367. only allows 5 newsgroups to be selected.
  2368. DOCUMENTS..  Installation instructions. Online help not available yet,
  2369. but is being worked on. Nice disclaimer warning message in fairly plain
  2370. English and understandable for a change - obviously this company needs
  2371. to hire more lawyers. Perhaps Netscape could loan them some.
  2372. FEATURES......  Uninstaller utility included (thank you!)
  2373. COMMENTS....  This program downloads newsgroup postings and mail through
  2374. your SLIP/PPP access, converting them to QWK format for use with separate
  2375. QWK offline readers. It will upload news replies. This appears to be
  2376. a well designed package (though still alpha). Price is a negative.
  2377. 18.9    Tetrix Reader Plug  (TRP)
  2378. FUNCTION......  Usenet news, mail (send and receive)
  2379. FILE SIZE........  617,292 bytes
  2380. VERSION.........  1.1.0    March 1995
  2381. RETRIEVAL....  ftp://ftp.internet-eireann.ie/pub/ie_access/dos/winsock/trp110.zi
  2382. p
  2383. STATUS...........  Shareware    20 Irish pounds,  $US 30. Registration
  2384. is for life. This unregistered version seemed to be limited to about
  2385. 20 articles per newsgroup.
  2386. DOCUMENTS..  Start-up information and on-line help.
  2387. FEATURES......  UUencoding,  many viewing filter options. Good graphics.
  2388. Includes an RUIP client (Finger daemon) which supplies controlled information
  2389. to anyone fingering you. 
  2390. COMMENTS....  This latest release is fairly stable and works well but
  2391. a lack of so many features makes this a tough sell. No threading, no
  2392. sorting, no display font control, no adjustment of display window sizes,
  2393. etc.
  2394. 18.10  Trumpet News Reader
  2395. FUNCTION......  Usenet news, mail (both send and receive)
  2396. FILE SIZE........  96,305 bytes
  2397. VERSION.........  1.0 rev B  final beta #4   September 1994 
  2398. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/vendors/trumpet/beta/wintrump/wt_wsk
  2399. .zip
  2400. STATUS...........  Shareware $US 40. Site licenses also available.
  2401. DOCUMENTS..  Good.
  2402. FEATURES......  Can decode UUencoded files. Threading capabilities,
  2403. but could be better. Offline reading.  If you have along list of article
  2404. headers and you're searching for something in particular you can just
  2405. start typing a key word and the program will jump you down to the header
  2406. containing a matching word (undocumented feature).
  2407. COMMENTS....  No razzle dazzle here - this last version is just a very
  2408. nice general purpose news reader, fairly slow, but easy to use and
  2409. stable, a good program for beginners or light users. Split window design
  2410. as opposed to the more common multiple windows style. It does not seem
  2411. to be under active development now.
  2412. 18.11  WinDis
  2413. FUNCTION......  See Features.
  2414. FILE SIZE........  246,532 and 314,181 bytes
  2415. VERSION.........  April 1995
  2416. RETRIEVAL....  ftp://ftp.demon.co.uk/pub/ibmpc/winsock/apps/windis/windis.zip
  2417. [Windows 3.1, WFW 3.11]
  2418.     ftp://ftp.demon.co.uk/pub/ibmpc/winsock/apps/windis/windis32.zip
  2419. [for Windows NT, Win32s, and Windows95]
  2420. STATUS...........  Freeware. Source code available.
  2421. DOCUMENTS..  Help file.
  2422. FEATURES......  NNTP News Client - downloads news for reading with an
  2423. off-line reader.
  2424.     SMTP Mail Client - downloads waiting mail for an off-line e-mailer.
  2425.     SMTP Mail Server - uploads mail as individual e-mail, or to a news
  2426. group.
  2427.     Finger Client - fingers servers as appropriate.
  2428.     Time Client - gets server time.
  2429.     On-line time logging, auto log out feature, built in Pegasus mail
  2430. feature.
  2431. COMMENTS....  This new version has just been released and has many features.
  2432. 18.12  WinNET Mail and News 
  2433. FUNCTION......  Usenet news, mail (both send and receive)
  2434. FILE SIZE........  948,710 bytes
  2435. VERSION.........  2.51    May 1995
  2436. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/internet/wnmai251.zip
  2437. STATUS...........  Free if using WinNET Communications as your Internet
  2438. provider, otherwise Shareware @ $US 39.95.
  2439. DOCUMENTS..  Installation instructions and on-line help included. 
  2440. FEATURES......  Direct dialup to any system providing UUCP (unix-unix
  2441. copy, a shell type connection) service. UUencode for attached documents
  2442. supported (but no MIME). Mail server daemon can be programmed to call
  2443. your Internet provider and download mail on certain days at specific
  2444. times. There is search capability within a single newsgroup or across
  2445. newsgroups. 
  2446. COMMENTS....  WinNET now supports both UUCP and PPP connections, although
  2447. configuration for PPP which has been recently added must be done by
  2448. directly editing an .ini file. This crippled unregistered version is
  2449. limited to only 2,400 bps, the registered version goes to 57,600 bps.
  2450. The price of this package has come down considerably from when I last
  2451. looked at it a year ago, and the features have gone up - it is now
  2452. a good value. Installation is very easy if using WinNET as the service
  2453. provider, otherwise more difficult. It works with Windows 3.1, Windows
  2454. NT and OS/2.
  2455. 18.13  WinQVT/Net
  2456. FUNCTION......  Mail (send and receive), Usenet news reader, Telnet,
  2457. FTP file transfers, FTP/rcp server, network printer, SMTP server.
  2458. FILE SIZE........  395,445 and 491,759 bytes
  2459. VERSION.........  3.989    January 1995
  2460. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/qvtw3989.zip
  2461. [Windows 3.1 versions]. and ftp://ftp.cica.indiana.edu/pub/pc/win3/nt/qvtn3989.z
  2462. ip
  2463. [Windows NT version].
  2464.     biochemistry.cwru.edu:      gopher/pub/qvtnet    (This can be a difficult
  2465. site to access.)
  2466. STATUS...........  Shareware  $US 40, only $20 for students. Registered
  2467. users receive complete set of fonts, a full 85-page user manual, and
  2468. upgrades for 1 year.
  2469. DOCUMENTS..  Installation instructions and on-line help included.
  2470. FEATURES......  VT52/VT102/VT220 terminal emulation capable of supporting
  2471. up to 15 simultaneous virtual terminal sessions. SMTP/POP3 send and
  2472. receive mail, with polling (timed background mail checking). Capability
  2473. to also operate as a server for FTP.  A basic SMTP server daemon has
  2474. also been added which allows direct receipt of mail for network users
  2475. who are always logged on or for those who don't have POP mail. An RCP
  2476. server allows file transfers to and from the remote user's UNIX command
  2477. line.
  2478. COMMENTS....  This is a very full featured package. Telnet is highly
  2479. rated, other modules often much less so.
  2480. 18.14  WinVN
  2481. FUNCTION......  Usenet news, mail (send only)
  2482. FILE SIZE........  285,470 and 303,336 bytes
  2483. VERSION.........  .99.05    June 1995
  2484. RETRIEVAL....  ftp://ftp.ksc.nasa.gov/pub/winvn/win3/wv16_99_05.zip
  2485. [Windows 3.1]
  2486.     ftp://ftp.ksc.nasa.gov/pub/winvn/nt/winvn_99_05_intel.zip    [Windows95
  2487. and Windows NT]
  2488. STATUS...........  Public Domain. Source code available.
  2489. DOCUMENTS..  Installation instructions and on-line help included.
  2490. FEATURES......  Can also send (but not receive) mail using SMTP or MAPI.
  2491. Built in UUdecoding which is especially useful and convenient in downloading
  2492. and viewing pictures. ROT13 decoding.
  2493. COMMENTS....  A fairly popular online newsreader which continues to
  2494. get considerable development effort although the old code it was originally
  2495. written with somewhat limits its capabilities and potential. Still,
  2496. a good solid program.
  2497.     Recommended
  2498. 19.  NFS CLIENTS
  2499. Ha! Fooled you! There aren't any true Winsock NFS (Network File System)
  2500. clients. The current Winsock 1.1 spec apparently doesn't support NFS.
  2501. Therefore there won't be any until some future time when the spec is
  2502. updated (a version 2.0 of the Winsock spec is expected later this year)
  2503. and the new compliant products begin to appear.  Best interim solution
  2504. is to try and find an NFS client specific to your TCP/IP stack. This
  2505. information on NFS is condensed from a variety of newsgroup postings
  2506. from People Who Know About These Things.  Some good possibilities for
  2507. some specific systems:
  2508. 19.1    WINDOWS SOCKETS NFS CLIENT ADD-ON FOR WINDOWS
  2509. FUNCTION......  NFS (Network File System)   [DEMO - Function or time
  2510. crippled]
  2511. FILE SIZE........  440,897
  2512. VERSION.........  April 1995
  2513. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/demo/nfs-demo.zip
  2514. STATUS...........  Demo trial version. Registered Shareware version
  2515. $US 49 per user ($30 for educational users), with volume discounts
  2516. and site licenses available.
  2517. DOCUMENTS..  Startup instructions and on-line help.
  2518. FEATURES......  Automated installation.
  2519. COMMENTS....  Runs over Microsoft Workgroups TCP/IP-32, Trumpet TCP/IP,
  2520. Novell TCP/IP, TCPOpen TCP/IP, and XLink's TCP/IP. From Xlink Technology
  2521. Inc. Demo version has warning messages every 20 minutes. For installation
  2522. purposes the unzipped files must be located either on the main directory
  2523. level of the  C drive or on a diskette. If you put the files in a subdirectory
  2524. on your hard disk the install program can't find them when you run
  2525. it and will abort.
  2526. 19.2    XFS  (16 bit)
  2527. FUNCTION......  NFS client
  2528. FILE SIZE........  215,698   bytes
  2529. VERSION.........  1.91    January 1995
  2530. RETRIEVAL....  ftp://papa.indstate.edu/winsock-l/Misc-Winsock/xfs191.zip
  2531. STATUS...........  Shareware   $US 15 for educational users and $US
  2532. 25 for business users. Site licenses also available.
  2533. DOCUMENTS..  Start up documentation
  2534. FEATURES......
  2535. COMMENTS....  XFS is a Network  File System (NFS)  client implementation
  2536. for PC's running MS-DOS.  It  works with most recent versions of MS
  2537. DOS.  It is compatible with Trumpet Winsock, but must be loaded first.
  2538. It may also be used with Microsoft Windows For Workgroups, Microsoft
  2539. LAN Manager, and Novell Netware IPX & ODI. It does NOT operate over
  2540. a SLIP connection. Released by Robert Juhasz.
  2541. 19.3    XFS32  (32 bit)
  2542. FUNCTION......  NFS client
  2543. FILE SIZE........  106,134  bytes
  2544. VERSION.........  1.20    December 1994
  2545. RETRIEVAL....  ftp://papa.indstate.edu/winsock-l/Misc-Winsock/xfs32120.zip
  2546. STATUS...........  Shareware   $US 15 for educational users and $US
  2547. 25 for business users. Site licenses also available.
  2548. DOCUMENTS..  Start up documentation and on-line help
  2549. FEATURES......
  2550. COMMENTS....  XFS32 is an NFS client for PC's running MS-DOS, Microsoft
  2551. Windows For Workgroups (WFW) and Microsoft TCP/IP-32. It does NOT operate
  2552. over a SLIP connection. Released by Robert Juhasz.
  2553. 20.  NULLSOCK
  2554. Opening most Winsock applications offline is not a problem as long
  2555. as a winsock.dll (such as Trumpet Winsock) is installed in a path directory
  2556. on that machine. If you attempt to open an application and it cannot
  2557. find a winsock.dll available for use an error message will usually
  2558. be generated. There are occasionally times when this is the case, and
  2559. to overcome the error problem a dummy Winsock or nullsock can be used
  2560. to fool the program into thinking that a network connection exists.
  2561. 20.1    Mozock
  2562. FUNCTION......  Nullsock.
  2563. FILE SIZE........  5,568 bytes
  2564. VERSION.........  N/A
  2565. RETRIEVAL....  ftp://ftp.mcom.com/unsupported/windows/mozock.dll
  2566. STATUS...........  Unsupported
  2567. DOCUMENTS..  A brief note, mozock.txt is at the same location.
  2568. FEATURES......  
  2569. COMMENTS....  Rename this file winsock.dll and place it in a path directory.
  2570. Although intended primarily for Netscape it should work with just about
  2571. any Winsock program (?). 
  2572. 21.  PH CLIENTS
  2573. Ph clients are used to access CSO nameservers which contain a database
  2574. primarily used for the storage and retrieval of telephone and email
  2575. directory information. Huh? Well, in other words, Ph is simply like
  2576. an electronic phone book. Ph is another protocol similar to Finger.
  2577. Ph clients are designed to access sites running a CSO server to obtain
  2578. email addresses.  If for example you only had a person's name and location
  2579. but needed their exact email address, and there was a CSO server at
  2580. that site, you could query it to obtain the necessary information.
  2581. The database can also be used to store other general information such
  2582. as weather data and be used for security purposes to validate users.
  2583. Ph clients are increasingly being incorporated as components of other
  2584. Winsock packages such as mail packages and WWW browsers. CSO was the
  2585. acronym for the University of Illinois Computing Services Office which
  2586. originally developed this. CCSO = Computer and Communications Services
  2587. Office, formerly known as just CSO (I guess they got a promotion).
  2588. 21.1    IRL CCSO Phone Windows Client
  2589. FUNCTION......  CCSO Windows Ph Client
  2590. FILE SIZE........  399,110 bytes
  2591. VERSION.........  Beta 2.3.2  September 1994
  2592. RETRIEVAL....  ftp://papa.indstate.edu/winsock-l/Misc-Winsock/irlphwin.zip
  2593. or irlph23.zip
  2594. STATUS...........  Freeware
  2595. DOCUMENTS..  Startup instructions and on-line help included.
  2596. FEATURES......  Contains both 16 and 32 bit executives, your choice,
  2597. although for the 32 bit version you must have Microsoft's Win32s extension
  2598. installed (and the latest version, 1.15a. See the  Non-Winsock Miscellaneous
  2599. section below for more info.).
  2600. COMMENTS....  This program by Graeme Campbell.
  2601. 21.2    PHWIN
  2602. FUNCTION......  CCSO Windows Ph Client
  2603. FILE SIZE........  119,378   bytes  If downloading from another location,
  2604. watch the file size. For some strange reason useless fragments about
  2605. 5k in size are found under this file name in many locations and should
  2606. be avoided.
  2607. VERSION.........  beta 2.2   November 1993
  2608. RETRIEVAL....  Try: ftp://ftp.cac.psu.edu/pub/access/unsupported/windows/phwin22
  2609. .zip
  2610. STATUS...........  Freeware
  2611. DOCUMENTS..  Startup instructions and on-line help included.
  2612. FEATURES......  
  2613. COMMENTS....  This program by Graeme Campbell. It appears to be an early
  2614. version of  the  IRL CCSO Phone Windows Client  listed in this section.
  2615. 22.  PING
  2616. Do you remember those old World War II movies where the crew of the
  2617. submarine is huddled over the sonar watching the echoes coming back?
  2618. Ping is kind of the computer equivalent of sonar. Ping clients are
  2619. used to provide echo like checks of servers to confirm that a  good
  2620. connection exists. Basically, a Ping client sends  data packets to
  2621. a host which (if it supports Ping, and most do) bounces a reply packet
  2622. back. Packets are numbered so that any dropout can be identified and
  2623. the quality of the connection determined. Nothing at all coming back
  2624. = no connection.  If there is a good connection you can go ahead and
  2625. launch the torpedoes.
  2626. 22.1    ICMP Ping for Windows   [ Windows NT ]
  2627. FUNCTION......  Ping client, Trace client and Lookup (name to IP number
  2628. etc.) client.
  2629. FILE SIZE........  55,980  bytes
  2630. VERSION.........  July 1995
  2631. RETRIEVAL....  ftp://ftp.usma.edu/pub/msdos/winsock.files/wsping32.zip
  2632. STATUS...........  Free for non-commercial use.
  2633. DOCUMENTS..  None
  2634. FEATURES......  
  2635. COMMENTS....  From John Junod, the 32 bit version of WS Ping.
  2636. 22.2    WSNWUTIL
  2637. FUNCTION......  Echo, Ping, FTP clients, Echo Server
  2638. FILE SIZE........  163,824   bytes
  2639. VERSION.........  January  1995
  2640. RETRIEVAL....  ftp://rmii.com/pub2/mclouden/wsnwutil.zip   (very latest
  2641. version)
  2642. STATUS...........  Freeware (limited) - may not sold.
  2643. DOCUMENTS..  Installation instructions and on-line help.
  2644. FEATURES......
  2645. COMMENTS....  Previously called WSNWDEMO this new release does not include
  2646. the Finger client and server which are planned for a future release.
  2647. Interesting product being actively developed by its author Mark Clouden.
  2648. 22.3    WS Ping   (Window Sockets Ping Client)    
  2649. FUNCTION......  Ping client
  2650. FILE SIZE........  60,496
  2651. VERSION.........  October 1994
  2652. RETRIEVAL....  ftp://ftp.usma.edu/pub/msdos/winsock.files/ws_ping.zip
  2653. STATUS...........  Public Domain
  2654. DOCUMENTS..  Almost none.
  2655. FEATURES......
  2656. COMMENTS....  From John Junod. Source code included.
  2657. 23.  PRINTER CLIENTS
  2658. These are primarily intended to enable the sending of an output file
  2659. to a remote network printer through a modem connection.
  2660. See also WinQVT in the NEWS section. 
  2661. 23.1    CSMLPDW  (Computer Software Manufaktur Line Printer Daemon for
  2662. Windows)
  2663. FUNCTION......  Winsock based line printer daemon   [Demo]
  2664. FILE SIZE........  213,290 
  2665. VERSION.........  February 1995
  2666. RETRIEVAL....  ftp://ftp.eunet.co.at/pub/vendor/csm/csmlpdw.exe
  2667. STATUS...........  Demo trial version.
  2668. DOCUMENTS..  Basic start up instructions and on-line help.
  2669. FEATURES......  Automated installation. Supports up to 10 Printer queues
  2670. on your Windows PC.  RFC 1179 compliant. Uses Windows Print Manager.
  2671. COMMENTS....  Full functional demo which ends at 50 print requests.
  2672. 23.2     NIPrint Bi-Directional Print Services for Winsock
  2673. FUNCTION......  Bi-directional print utility.
  2674. FILE SIZE........  124,423 bytes
  2675. VERSION.........  1.2   February 1995
  2676. RETRIEVAL....  http://www.ptgs.com/links/ni/niprint.htm  File name: NIDEMO.EXE
  2677. STATUS...........  Demo with 21 day evaluation period. Prices starting
  2678. at $US 29 / £UK 29 for a single user.
  2679. DOCUMENTS..  Extensive documentation with online help.
  2680. FEATURES......  NIPrint uses industry standard LPD/LPR protocol to transfer
  2681. print jobs to and from remote UNIX hosts and Windows PCs. Because each
  2682. NIPrint program contains both a complete server and client, any Windows
  2683. PC with NIPrint installed can become a local print server for any other
  2684. Windows PC or any UNIX system on the LAN. NIPrint's Local Print can
  2685. receive multiple print requests - up to 32 simultaneously - from multiple
  2686. UNIX hosts or Windows PCs.
  2687. COMMENTS....  Some tremendous network print capabilities here according
  2688. to the documentation. Works with both Windows 3.1 and Windows NT. Released
  2689. by Network Instruments, LLC.
  2690. 23.3    Windows LPR Spooler
  2691. FUNCTION......  Network printer spooler.
  2692. FILE SIZE........  216,548   bytes
  2693. VERSION.........  4.0c   December 1994
  2694. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/wlprs40c.zip
  2695. STATUS...........  Shareware. 30 day evaluation. Registration cost available
  2696. by contacting the authors. 
  2697. DOCUMENTS..  Start up and usage instructions in postscript (.ps) or
  2698. text (.asc) files.
  2699. FEATURES......
  2700. COMMENTS....  This program allows an application to print to remote
  2701. network printers, and to check the print queue, etc.
  2702. 23.4    WinLPR 
  2703. FUNCTION......  Network printer.
  2704. FILE SIZE........  152,419   bytes
  2705. VERSION.........  2.0c   January 1995
  2706. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/wlpr20.zip
  2707. STATUS...........  Shareware. Registration cost available by contacting
  2708. the authors. 
  2709. DOCUMENTS..  Start up instructions.
  2710. FEATURES......  
  2711. COMMENTS....  
  2712. 24.  RCMD, RCP, RSH and TAR 
  2713. Winsock versions of UNIX functions. 
  2714. 24.1    Windows Socket RCP client
  2715. FUNCTION......  RCP client
  2716. FILE SIZE........  55,734
  2717. VERSION.........  .91  January 1995
  2718. RETRIEVAL....  ftp://stoner.eps.mcgill.ca/pub/windows/winsock/wrcp091.zip
  2719. STATUS...........  Freeware.
  2720. DOCUMENTS..  Basic installation and start up instructions.
  2721. FEATURES......
  2722. COMMENTS....  Author Steve McCauley.
  2723. 24.2    WinRSH / WinRSH32  - Remote Shell for Windows
  2724. FUNCTION......  Remote shell for Windows.
  2725. FILE SIZE........  146,005  bytes
  2726. VERSION.........  1.6   November 1994
  2727. RETRIEVAL....  ftp://datacom.ee.ubc.ca/pub/pc/winsock/wrsh16.zip
  2728. STATUS...........  Freeware
  2729. DOCUMENTS..  Basic start up instructions.
  2730. FEATURES......  Now supports multiple simultaneous sessions. Both 16
  2731. and 32 bit execution files are included. 
  2732. COMMENTS....  Requires a UNIX host supporting RSH or REXEC daemon. Written
  2733. by William Cheung.
  2734. 24.3    Winsock RCMD.DLL
  2735. FUNCTION......  Remote command function.
  2736. FILE SIZE........  67,596
  2737. VERSION.........  1.5    March 1995
  2738. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/wrcmdl15.zip
  2739. STATUS...........  Shareware   $US 29.95
  2740. DOCUMENTS..  Startup and usage instructions.
  2741. FEATURES......  
  2742. COMMENTS....  "Winsock RCMD.DLL provides a function similar to the Berkeley
  2743. Sockets "rcmd" function for Windows Sockets.  This provides the ability
  2744. to initiate UNIX commands from within your Windows program and process
  2745. any output from that command. Winsock RCMD.DLL is a Dynamic Link Library
  2746. (DLL) callable from almost any language that allows DLL calls, such
  2747. as C, C++, or Visual Basic." From Denicomp Systems.
  2748. 24.4    Winsock RCP.DLL
  2749. FUNCTION......  RCP client
  2750. FILE SIZE........  67,596  bytes
  2751. VERSION.........  1.5  March 1995
  2752. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/wrcpdl15.zip
  2753. STATUS...........  Shareware   $US 34.95
  2754. DOCUMENTS..  Startup and usage instructions.
  2755. FEATURES......  
  2756. COMMENTS....  "Winsock RCP.DLL provides a function that allows you transparently
  2757. copy files to and from remote hosts or between two remote hosts from
  2758. within your programs, just like the "rcp" command. Winsock RCP.DLL
  2759. is a Dynamic Link Library (DLL) callable from almost any language that
  2760. allows DLL calls, such as C, C++, or Visual Basic." From Denicomp Systems.
  2761. 24.5    Winsock RCP/RSH
  2762. FUNCTION......  RCP/RSH clients
  2763. FILE SIZE........  119,258    bytes
  2764. VERSION.........  1.5  March 1995
  2765. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/wrcprs15.zip
  2766. STATUS...........  Shareware    $US 29.95
  2767. DOCUMENTS..  Startup and usage instructions.
  2768. FEATURES......  
  2769. COMMENTS....  "Winsock RCP, or Remote Copy, copies files from your Windows
  2770. PC to a UNIX system, from a UNIX system to your PC, or between two
  2771. UNIX systems.  You can copy individual files or recursively copy entire
  2772. directory trees. Winsock RSH, or Remote Shell, runs a specified command
  2773. on the UNIX system.".  From Denicomp Systems.
  2774. 24.6    Winsock RSHD
  2775. FUNCTION......  Remote Shell Daemon (server) 
  2776. FILE SIZE........  190,046  bytes
  2777. VERSION.........  1.5 March 1995
  2778. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/wrshd15.zip
  2779. STATUS...........  Shareware  $US 34.95
  2780. DOCUMENTS..  Startup and usage instructions.
  2781. FEATURES......  Security mechanism to allow/deny access for hosts and
  2782. users. 
  2783. COMMENTS....  From Denicomp Systems. It has been tested on the following
  2784. TCP/IP stacks: Microsoft 32-Bit TCP/IP for Windows, Wollongong Pathway
  2785. Access and Novell LAN Workplace for DOS Version 4.2
  2786. 24.7    WinTAR   (Windows Tape Archive)
  2787. FUNCTION......  Network  tape drive archiving program.
  2788. FILE SIZE........  148,789  bytes
  2789. VERSION.........  1.4 January 1995 
  2790. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/wtar14u.zip
  2791. STATUS...........  Shareware.  Single copy registration $US 20 or $CDN
  2792. 25. Volume discounts.
  2793. DOCUMENTS..  All instructions included in the on-line help.
  2794. FEATURES......
  2795. COMMENTS....  This program can use a Winsock connection to archive files
  2796. on a network tape drive. It can either create or open files and can
  2797. control the tape drive mechanism. It is not limited to just tape drives,
  2798. and can also archive to a local hard drive or floppy. Nice colorful
  2799. toolbar.
  2800. 25.  SNMP
  2801. SNMP = Simple Network Management Protocol. SNMP is defined in a series
  2802. of official Internet documents covering management of network services
  2803. across a network such as the Internet.
  2804. 25.1    NetGuardian
  2805. FUNCTION......  SNMP program
  2806. FILE SIZE........  419,597 bytes
  2807. VERSION.........  2.0 beta 3   February 1995
  2808. RETRIEVAL....  http://www.fc.ul.pt/software/netguard.html  File name:
  2809. netg2b3.zip
  2810. STATUS...........  Not mentioned
  2811. DOCUMENTS..  Minimal start up instructions. 
  2812. FEATURES......  
  2813. COMMENTS....  NetGuardian is a SNMP package that includes a manager,
  2814. an agent and  a graphic analyzer. It was developed at the University
  2815. of Lisbon. According to the documentation this program was tested with
  2816. an older beta version of Trumpet. It will also run under the Microsoft
  2817. TCP/IP
  2818. 25.2    SNMP Manager
  2819. FUNCTION......  SNMP network client
  2820. FILE SIZE........  143,424 bytes
  2821. VERSION.........  1.1   June 1994
  2822. RETRIEVAL....  http://www.fc.ul.pt/software/snmpman.html   File name:
  2823. snmpman.zip
  2824. STATUS...........  Not mentioned.
  2825. DOCUMENTS..  Minimal start up instructions.
  2826. FEATURES......  
  2827. COMMENTS....  Supports SNMP v1 protocol. According to the documentation
  2828. this program was tested with an older beta version of Trumpet
  2829. 25.3    SNMPtest for Winsock
  2830. FUNCTION......  SNMP tools for Windows 
  2831. FILE SIZE........  98,849 bytes
  2832. VERSION.........  1.02  May 1995
  2833. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/network/snmpwin.zip
  2834. STATUS...........  Shareware  DM 25 (German currency). Registered users
  2835. receive a help file and other documentation and material.
  2836. DOCUMENTS..  Negligible.
  2837. FEATURES......  
  2838. COMMENTS....  Released by Martin Bayreuther.
  2839. 26.  TCP / IP
  2840. Things primarily for network groupies. Modem users can fast forward.
  2841. TCP/IP = Transmission Control Protocol/Internet Protocol. This is the
  2842. networking standard used by the Internet for the transfer of data packets.
  2843. It's a standard which essentially allows two computers to talk to each
  2844. other.
  2845. 26.1    Internet-Connect
  2846. FUNCTION......  TCP/IP networking package
  2847. FILE SIZE........  956,460    bytes
  2848. VERSION.........  2.2  March 1995
  2849. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/inetv22.zip
  2850.     ftp://cais.com/pub/lvuong/ inetv22.zip
  2851. STATUS...........  Evaluation copy.
  2852. DOCUMENTS..  Extensive installation and use information, on-line help.
  2853. FEATURES......  Full support for SLIP/CSLIP/PPP. PPP has client and
  2854. server modes, userid/password authentication (UPAP), dynamic address
  2855. assignment, built in DNS support, etc. There is a Windows based dialer
  2856. with scripting and terminal emulation utility and Windows based automatic
  2857. installation program.  For developers there is Winsock API trace, Winsock
  2858. developers kit, SLIP and PPP data trace etc.
  2859. COMMENTS....  This  very, very full featured package which is intended
  2860. to provide a powerful platform primarily oriented towards network professionals
  2861. and developers. Compatible with Novell Netware, Novell Personal Hardware,
  2862. Microsoft Lan Manager and WFW 3.11.
  2863. 26.2     Microsoft TCP/IP-32 for Windows For Workgroups
  2864. FUNCTION......  TCP/IP networking package
  2865. FILE SIZE........  690,031  bytes
  2866. VERSION.........  3.11b July 1995
  2867. RETRIEVAL....  ftp://ftp.microsoft.com/bussys/clients/wfw/TCP32B.EXE
  2868. STATUS...........  Free to users of Windows For Workgroups 3.11.
  2869. DOCUMENTS..  Online help.
  2870. FEATURES......  Includes basic applications like FTP and Telnet, and
  2871. diagnostic tools like Ping and Tracert
  2872. COMMENTS....  For network users, this only works with WFW 3.11.  New
  2873. version contains additional (and enhanced) TCP/IP utilities, along
  2874. with speed and performance and performance improvements. I do not believe
  2875. that this supports dialup access. 
  2876. 27.  TELNET 
  2877. A Telnet, or terminal emulator is a program which transforms your PC
  2878. into a particular brand of dumb terminal (keyboard and display but
  2879. no brain) which is capable of logging on to a remote server. There
  2880. are many sites which can only be accessed with a Telnet connection.
  2881. The emulation is chosen to accommodate the host being accessed, and
  2882. on the Internet (and probably off) this most commonly means the Digital
  2883. Equipment (DEC) series of terminals VT100, VT102, VT220, etc.
  2884. The best terminal emulations seem to be found on commercial communications
  2885. programs, programs which unfortunately do not support a SLIP/PPP connection.
  2886. For many users nothing has provided more frustration than the search
  2887. for a good Shareware/Freeware Telnet program (the "Holy Grail"). A
  2888. unique solution comes from David Yon, whose COMt program  provides
  2889. the usually powerful Telnet functions of your commercial communications
  2890. program with bridge access to the Internet.
  2891. For Telnet see also WinQVT in the News section.
  2892. 27.1    Anzio Lite
  2893. FUNCTION......  Telnet (terminal emulator)
  2894. FILE SIZE........  73,557  bytes
  2895. VERSION.........  10.3d  July 1995
  2896. RETRIEVAL....  http://www.teleport.com/~rsi/anzioscl.html    File name:
  2897. anzl103d.zip
  2898. STATUS...........  Shareware. Registered version with extra features,
  2899. $US 25.
  2900. DOCUMENTS..  Basic instructions. 
  2901. FEATURES......  VT100/220, SCO, ATT, Wyse 60,  and Viewpoint emulation.
  2902. COMMENTS....  It has been tested with a variety of winsock stacks: Trumpet,
  2903. Microsoft, Novell, Wollongong, and Chameleon. Released by Rasmussen
  2904. Software.
  2905. 27.2     CommNet
  2906. FUNCTION......  Telnet
  2907. FILE SIZE........  1,065,304 bytes
  2908. VERSION.........  1.5  July 1995
  2909. RETRIEVAL....  ftp://ftp.radient.com/cmnet15d.exe
  2910. STATUS...........  Demo version, with many features crippled. Registration
  2911. $US 34.95
  2912. DOCUMENTS..  Startup instructions and online help.
  2913. FEATURES......  VT100, ANSI, TTY emulation. Supports Y-modem and Z-modem
  2914. file transfers (Z-modem over Telnet). Phonebook, built-in dialer. Drag
  2915. and drop file transfers, customizable fonts, colors and sounds, multiple
  2916. sessions. 
  2917. COMMENTS....  What appears at first to be a very simple program in fact
  2918. has some nice features in a very easy to use interface. CommNet can
  2919. be used for dialup access to your shell account with its built in dialer,
  2920. or it can be used as a Winsock Telnet application if you have established
  2921. a SLIP/PPP connection through another program. Released by Radient
  2922. Software.
  2923. 27.3    COMt: the Telnet Modem
  2924. FUNCTION......  Modem telnet interface utility.
  2925. FILE SIZE........  115,644 bytes
  2926. VERSION.........  1.05      April 1995  
  2927. RETRIEVAL....  ftp://ftp.std.com/customers/software/rfdmail/comt.zip
  2928. STATUS...........  Shareware    $US 15.95
  2929. DOCUMENTS..  Installation instructions and on-line help included.
  2930. FEATURES......  A fairly flexible package:  Connect using IP addresses
  2931. or host names, selectable terminal type options, baud rate options,
  2932. serial port number etc. etc. Limited support for transparent TCP/IP
  2933. access to modem pools. Automated installation.
  2934. COMMENTS....  COMt acts as an interface permitting the terminal emulators
  2935. in your commercial communications package to access the Internet. It
  2936. is compatible  with Trumpet Winsock. This latest version now works
  2937. with CompuServe's WinCIM  version 1.3, although it  will not work with
  2938. Reflections (HP). It  comes from the same company which produces RFD
  2939. Mail and is deservedly proving to be popular.
  2940. 27.4    CSMRLW  (Computer Software Manufaktur Remote Login for Windows)
  2941. FUNCTION......  Telnet (terminal emulator)      [DEMO - Function or
  2942. time crippled]
  2943. FILE SIZE........  429,995 bytes
  2944. VERSION.........  February 1995
  2945. RETRIEVAL....  ftp://ftp.eunet.co.at/pub/vendor/csm/csmrlw31.exe
  2946. STATUS...........  Demo trial version.
  2947. DOCUMENTS..  On-line help included.
  2948. FEATURES......  AT386 / IBM HFT(5151) / IBM 3151 / SCO (Ansi) terminal
  2949. emulation. Automatic logon, windows cut and paste support, ISO to ASCII
  2950. conversion. Automated installation.
  2951. COMMENTS....  Not tested under Trumpet Winsock. This demo version is
  2952. fully functional, but has a time limit. From Computer Software Manufaktur
  2953. GmbH in Austria.
  2954. 27.5    EWAN
  2955. FUNCTION......  Telnet (terminal emulator)
  2956. FILE SIZE........  256,032   bytes
  2957. VERSION.........  1.052      January 1995  
  2958. RETRIEVAL....  http://www.lysator.liu.se/~zander/ewan.html  File name:
  2959. ewan1052.zip
  2960. STATUS...........  Freeware. Email support available for governments
  2961. and institutions for a fee.
  2962. DOCUMENTS..  Simple startup instructions and on-line help.
  2963. FEATURES......  ANSI/VT52/VT100 emulation. Each stored site can have
  2964. a customized configuration. 
  2965. COMMENTS....  Ewan continues to be improved by its author and has developed
  2966. a strong following. A short description on how to create emulations
  2967. for EWAN is available in a Windows Write format through the WWW from:
  2968. http://www.lysator.liu.se/~zander/ewan.html
  2969. 27.6    NCSA WinTel
  2970. FUNCTION......  Telnet (terminal emulator)
  2971. FILE SIZE........  55,834 bytes
  2972. VERSION.........  Unsupported beta 3    1993
  2973. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/wintelb3.zip
  2974. STATUS...........  No charge for use.
  2975. DOCUMENTS..  Minimal, no on-line help.
  2976. FEATURES......
  2977. COMMENTS....  Not supported, not currently under development. 
  2978. 27.7     NetTerm     [Windows 3.1 and Windows95]
  2979. FUNCTION......  Telnet
  2980. FILE SIZE........  300,731 bytes
  2981. VERSION.........  2.2 July 1995
  2982. RETRIEVAL....  ftp://ftp.neosoft.com/pub/users/z/zkrr01/  file name:
  2983. neterm22.zip
  2984. STATUS...........  Shareware $US 20
  2985. DOCUMENTS..  Startup instructions and online help.
  2986. FEATURES......  VT100 and ANSI terminal emulation, built in phone dialer
  2987. with scripts, file transfers using Z-modem, X-modem, Y-modem and Kermit.
  2988. Designed either for UNIX shell access to a service provider or BBS,
  2989. or Telnet capabilities through a Winsock program such as Trumpet.
  2990. COMMENTS....  Released by InterSoft International, Inc.
  2991. 27.8    PC-340
  2992. FUNCTION......  Terminal emulator
  2993. FILE SIZE........  Total 2,411,635  bytes
  2994. VERSION.........  2.45  February 1995
  2995. RETRIEVAL....  ftp://ftp.wpine.com/pub/product/demo/pc340_1.exe, pc340_2.exe,
  2996. and pc340_3.exe  (3 files)
  2997. STATUS...........  Commercial demo. It is not limited in any functional
  2998. way but will expire after 30 days of use although I don't believe that
  2999. this is mentioned in the documentation. Suggested retail price $US
  3000. 349. 
  3001. DOCUMENTS..  Start up information and online help. Documentation a little
  3002. weak (one screen shot in the online help didn't exactly match the real
  3003. thing when I needed some help with the configuration), and Winsock
  3004. support was there although I didn't recall seeing any mention in anything
  3005. I read other than at the FTP site.
  3006. FEATURES......  VT52, VT100, VT102, VT220, VT320, VT340, TEK4014 terminal
  3007. emulation. Built in dialer. Built in default for Hayes compatible modems.
  3008. It can accommodate other types but not easily.
  3009. COMMENTS....  I logged onto my local provider with a PPP connection
  3010. and started this up and it worked well. Good display and lots of configuration
  3011. options to play around with. I'm not much of a telnet user, but I did
  3012. enjoy my brief use of this package. From White Pine Software Inc.
  3013. 27.9    PowerVT
  3014. FUNCTION......  Telnet (terminal emulator)
  3015. FILE SIZE........  609,096  bytes
  3016. VERSION.........  1.04  February 1995
  3017. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/demo/vt220.exe
  3018. STATUS...........  Commercial demo, 30 day trial. Purchase price not
  3019. stated in the package.
  3020. DOCUMENTS..  Basic startup instructions and on-line help
  3021. FEATURES......  VT52 / VT100 / VT220 / TTY terminal emulation.
  3022. COMMENTS....  Built in dialer for dialup shell access. A replacement
  3023. for an older demo program called VT-220.
  3024. 27.10  QWS3270 EXTRA
  3025. FUNCTION......  Telnet (terminal emulator)
  3026. FILE SIZE........  Freeware version: 73,365  bytes, Shareware ("extra")
  3027. version: 117,470 bytes
  3028. VERSION.........  Freeware (limited): 3.2e  October 1994,   Shareware:
  3029. 2.3 July 1995
  3030. RETRIEVAL....  Freeware: ftp://ftp.ccs.queensu.ca/pub/msdos/tcpip/qws3270.zip
  3031.     Shareware: ftp://oak.oakland.edu/SimTel/win3/winsock/qws3270.zip
  3032. STATUS...........  Shareware   $US 35.00. 10 minute nag screen for unregistered
  3033. users.
  3034. DOCUMENTS..  Set-up instructions and on-line help
  3035. FEATURES......  Shareware version has support for IBM 3270 and Tektronix
  3036. 4010 terminals, 1024 character type ahead buffer and support for about
  3037. a dozen foreign language  character translation sets.  Full customized
  3038. keyboard with scripting supported and limited DDE.
  3039. COMMENTS....  Both the Freeware and enhanced ("extra") Shareware versions
  3040. have been circulated with the same filename and each new release of
  3041. each also continues to be circulated under the exact same filename
  3042. making this program in its two flavors and their various versions is
  3043. very difficult to identify. For the best features get the newer Shareware
  3044. version which is being very actively developed by its author, Jim Rymerson.
  3045. Released by Jolly Giant Software Inc.
  3046. 27.11  (NEW!)  Tera Term     (Japanese)
  3047. FUNCTION......  Telnet (terminal emulator) 
  3048. FILE SIZE........  219,202 bytes
  3049. VERSION.........  1.1 July 1995
  3050. RETRIEVAL....  ftp://utsun.s.u-tokyo.ac.jp/PC/terminal/teraterm/ttermv11.lzh
  3051. STATUS...........  Freeware
  3052. DOCUMENTS..  Start up instructions and online help.
  3053. FEATURES......  VT100/VT100J/VT101/VT102/VT102J/VT220J/VT282/VT320/VT382,
  3054. TEK4010 emulation. X-modem and Kermit file transfers.
  3055. COMMENTS....  Ok, ok, so it's a Japanese telnet program, but there is
  3056. some English in the documentation, the menus are mostly English and
  3057. it's fairly intuitive to use. The error message about a missing "winnls.dll"
  3058. file seemed related to the fact that I was using the North American
  3059. (English) version of Windows, but I didn't notice any problems - the
  3060. program seemed to work fine on the limited testing I did with it. Nice
  3061. fast display. Note that I looked at version .9 and it is alraedy at
  3062. 1.1 now which I have not looked at. Released by T.Teranishi.
  3063. 27.12  Trumpet Telnet
  3064. FUNCTION......  Telnet (terminal emulator)
  3065. COMMENTS....  See Winapps2 in the Miscellaneous section. The latest
  3066. version of this program is now bundled in a package with other basic
  3067. Winsock applications from Peter Tattam.
  3068. 27.13  UNIBOL/Desktop Terminal
  3069. FUNCTION......  Telnet (terminal emulator)     [DEMO - Function or time
  3070. crippled]
  3071. FILE SIZE........  580,701 bytes
  3072. VERSION.........  March 1995
  3073. RETRIEVAL....  http://www.unibol.com/html/terminal.htm   File name:unitel.zip
  3074. STATUS...........  Demo trial version with an expire date.
  3075. DOCUMENTS..  Start up and on-line help.
  3076. FEATURES......  VT100/Uniboll 100  emulation. Record/playback script
  3077. capability to automate sessions, keyboard re-mapping, dual character
  3078. set support.
  3079. COMMENTS....  Full featured demo from Unibol Ltd. Compatible with a
  3080. variety of stacks including Trumpet. There is also a program called
  3081. wscheck.exe at the same location which should be retrieved. It's an
  3082. interesting little program (90k) which checks for a winsock.dll on
  3083. your system and checks its compatibility with Unibol's terminal program.
  3084. 27.14  UW Term
  3085. FUNCTION......  Telnet (terminal emulator) 
  3086. FILE SIZE........  Approximately  20 files,  1,261,000  bytes.
  3087. VERSION.........  .97g    November 1994
  3088. RETRIEVAL....  ftp://ftphost.cac.washington.edu/pub/winsock/uwterm_0.97g
  3089.     An upgrade to version .97i is in the directory /pub/winsock/uwterm_0.97i
  3090. and it should also be retrieved.
  3091. STATUS...........  Freeware.
  3092. DOCUMENTS..  Good, but no on-line help.
  3093. FEATURES......  VT52/VT100/VT200 emulation. Adjustable colors, fonts,
  3094. save & restore of configurations, auto login. Multiple terminals can
  3095. be active simultaneously.
  3096. COMMENTS....  Available only as a cluster of files in a directory, all
  3097. of  which should  be downloaded. Some of the files such as  vbrun300.dl_
  3098. may create duplicates  on your system and can be deleted after installation
  3099. if you already have an existing equivalent version in a path directory.
  3100. Slightly customized for intended use at the University of Washington
  3101. and outside use is not supported by the author. Note: This program
  3102. does NOT work properly with Trumpet Winsock 1.0a, but does appear to
  3103. work with more recent Trumpet releases such as 2.0b.
  3104. 27.15  VT420
  3105. FUNCTION......  Telnet (terminal emulator)
  3106. FILE SIZE........  438,811 bytes
  3107. VERSION.........  April 1995
  3108. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/demo/vt420.zip
  3109. STATUS...........  Demo. Sessions limited to 10 minutes. Prices starting
  3110. at $US 35 for an individual user, $US 30 academic users.
  3111. DOCUMENTS..  Basic start up instructions.
  3112. FEATURES......  VT100, VT220, VT 320, and VT420
  3113. COMMENTS....  Released by XLink Technology, Inc.
  3114. 27.16  YAWTEL   (Yet Another Windows Socket TELnet)
  3115. FUNCTION......  Telnet (terminal emulator)
  3116. FILE SIZE........  25,523 bytes
  3117. VERSION.........  .7 beta  April 1995
  3118. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/uploads/yawtel07.zip
  3119.     Not this latest version is actually in the /uploads directory at
  3120. the moment and should hopefully be moved to /winsock to replace the
  3121. older version soon.. 
  3122. STATUS...........  No charge for now while being developed. A low cost
  3123. Shareware version will eventually be available.   
  3124. DOCUMENTS..  Negligible, no on-line help in this early version.
  3125. FEATURES......  A VT100 emulator 
  3126. COMMENTS....  This package was designed with Mosaic and Netscape in
  3127. mind.
  3128. 28.  TIME LOGS
  3129. If you've just gotten the bill from your Internet provider and you're
  3130. having serious breathing problems, you might want to look at the programs
  3131. in this section.  
  3132. See also ModemSta in the Modem Accessories section.
  3133. 28.1     Log In Log
  3134. FUNCTION......  Connection time and cost log.
  3135. FILE SIZE........  217,159 bytes
  3136. VERSION.........  1.00 revision 17 June 1995
  3137. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/lil1b17s.zip
  3138. STATUS...........  Shareware   $US 15
  3139. DOCUMENTS..  Start up instructions and online help.
  3140. FEATURES......  Supports multiple configurations. Configurable for local
  3141. currencies, the hourly cost of phone charges during peak and off-peak
  3142. hours, the timings of off-peak hours. Handles other costs such as computer
  3143. rental. Connection time alarm. 
  3144. COMMENTS....  An easy to configure, easy to use program. This can be
  3145. a handy for outside North America where phone company charges are based
  3146. on connection time and are an additional factor which some similar
  3147. programs can't handle. This program has been specifically designed
  3148. for use with Trumpet Winsock. Released by Ray Selby of Goahead Imagination.
  3149. 28.2    SLIP db
  3150. FUNCTION......  Connection time and cost log.
  3151. FILE SIZE........  426,014
  3152. VERSION.........  1.01    September  1994
  3153. RETRIEVAL....  ftp://ollc.mta.ca/pub/slip/slipdb10.zip
  3154.     ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/slipdb10.zip
  3155. STATUS...........  Shareware $CDN 30.00 
  3156. DOCUMENTS..  Start up instructions and on-line help.
  3157. FEATURES......  Automated installation. SLIP db records the date and
  3158. time of each connect and disconnect from your Internet service provider.
  3159. It calculates elapsed time and figures out a cost based on a per minute
  3160. charge. The program has a browse mode that lets you see a log of your
  3161. calls, print a report, and delete records.
  3162. COMMENTS....  A nice all purpose SLIP bean counter. This program is
  3163. specifically designed to work with a SLIP dialup connection  such as
  3164. is provided by Trumpet Winsock.
  3165. 28.3  (NEW!)  SmartSurf
  3166. FUNCTION......  Connection time log
  3167. FILE SIZE........  207,969 bytes
  3168. VERSION.........  1.1 June 1995
  3169. RETRIEVAL....  http://www.smartcode.com/freesoft.html     File name:
  3170. smtsrf11.zip
  3171. STATUS...........  Freeware.
  3172. DOCUMENTS..  Online help.
  3173. FEATURES......  Tracks both telephone and service charges by time unit
  3174. or flat rate. Automatic totalling, reports, etc. Some of the automatic
  3175. features do not work with Windows NT. 
  3176. COMMENTS....  Released by Oakley Data Services. The most interesting
  3177. thing about this program is not the program itself but the fact that
  3178. it runs on "virtual" batteries they call SmartCells which over time
  3179. run down and have to be "recharged" at the developers home site. There
  3180. is no charge for a recharge/replacement (well, at least not at present)
  3181. but this is the first Winsock application I've seen using this concept
  3182. which potentially could provide Shareware developers with another method
  3183. of charging for their products - in effect a renewable useage fee.
  3184. Programs could be released with initially charged batteries which the
  3185. user would eventually have to recharge by logging on to a service site.
  3186. The online site would use an electronic payment method to collect a
  3187. fee, from which they would deduct their commission  and remit the balance
  3188. (with a statement) in lump sums at regular intervals to the individual
  3189. Shareware authors. The need to register programs is eliminated freeing
  3190. up some of the developers time. A fee for useage also potentially provides
  3191. better ongoing cash flow albeit less money up front.
  3192. 28.3    UpTime for Windows 3.1
  3193. FUNCTION......  Connection time log.
  3194. FILE SIZE........  29,900
  3195. VERSION.........  3.0    May 1995
  3196. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/util/uptime30.zip
  3197. STATUS...........  Copyright, but no mention of any charges for use.
  3198. DOCUMENTS..  Basic startup and usage info.
  3199. FEATURES......
  3200. COMMENTS....  Very simple utility designed to track session logon time.
  3201. Primarily intended for use with a dialup SLIP connection but not limited
  3202. to that. Released by Creative Element.
  3203. 28.4    WS-TIMER 
  3204. FUNCTION......  Connection time log
  3205. FILE SIZE........  199,241 bytes
  3206. VERSION.........  4.05   July 1995
  3207. RETRIEVAL....  ftp://ftp.sentex.net/pub/incoming/wstmr405.zip
  3208.     ftp://oak.oakland.edu/SimTel/win3/commprog/wstmr405.zip
  3209. STATUS...........  Freeware for non-commercial use
  3210. DOCUMENTS..  Basic instructions
  3211. FEATURES......  Automated installation. WS-TIMER keeps track of your
  3212. time on-line and also keeps track of your daily and monthly connection
  3213. history, using two separate files that can be viewed from within the
  3214. program or any text editors. The registered version adds a number of
  3215. features including a built in mail (send only) client.
  3216. COMMENTS....  My kind of program: easy to install, easy to use, nice
  3217. digital readout. It can be started and stopped from the Trumpet (or
  3218. other) script. From Louis Aube.
  3219. 29.  TIME SYNCHRONIZERS 
  3220. Is the clock on your PC always wrong? Too lazy to be bothered resetting
  3221. it? Here's the solution! These packages can access your local  Internet
  3222. server (and  others) and compare their time settings to your PC, and
  3223. either report the difference or, if you choose,  do an automatic update
  3224. for you. Features and operation vary somewhat from package to package.
  3225. For most users synchronization with your local server is more than
  3226. adequate for most purposes. If you have a critical requirement and
  3227. are not satisfied with the accuracy of your local server, an atomic
  3228. clock is available for access at location:  
  3229. time-A.timefreq.bldrdoc.gov  (132.163.135.130).
  3230. Remember though that time delays in transferring information across
  3231. the Internet will probably limit the accuracy achievable to something
  3232. less than the clock's one gazillionth of a second precision (Yeah,
  3233. like you needed that kind of accuracy anyway).  A detailed list of
  3234. other high precision sites is found in the document clock.txt available
  3235. by FTP from location: louie.udel.edu in directory /pub/ntp/doc.
  3236. 29.1  (NEW!)  Netdate
  3237. FUNCTION......  Time synchronizer
  3238. FILE SIZE........  75,271 bytes
  3239. VERSION.........  1.04 July 1995
  3240. RETRIEVAL....  http://www.eps.mcgill.ca/~steeve/  File name: ndate104.zip
  3241. STATUS...........  Freeware
  3242. DOCUMENTS..  Basic instructions
  3243. FEATURES......  Fairly flexible in configuring for different time zones,
  3244. including "half hour" locations. 
  3245. COMMENTS....  An easy to use time client. Released by Steeve McCauley.
  3246. 29.2    NTTardis    [Windows NT ] 
  3247. FUNCTION......  Time synchronizer
  3248. FILE SIZE........  53,795 bytes
  3249. VERSION.........  1.0    September 1994
  3250. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/nt/nttardis.zip
  3251. STATUS...........  Shareware    $US 20
  3252. DOCUMENTS..  Start up documentation.
  3253. FEATURES......  The Tardis Server for Windows NT implements  the older
  3254. RFC 868 (TCP only, no UDP) protocol.  It acts as both a RFC 868 server
  3255. and client. i.e. It can get the time from a timeserver with the `correct'
  3256. time and then make the `correct' time available to local clients. Can
  3257. run in the background checking at defined intervals. Contains an adjustable
  3258. maximum adjustment filter.
  3259. COMMENTS....  Other than the fact that both packages come from Demon
  3260. country across the ocean, and they have similar names, this package
  3261. has nothing in common with the Tardis, the Windows 3.1 version, listed
  3262. below. Appears to be different authors. 
  3263. 29.3    Tardis
  3264. FUNCTION......  Time synchronizer
  3265. FILE SIZE........  36,602  bytes
  3266. VERSION.........  2.0a  January 1995
  3267. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/tardis2a.zip
  3268. STATUS...........  Shareware $US 20, site license $US 40 
  3269. DOCUMENTS..  Startup instructions and on-line help included.
  3270. FEATURES......  Can run in the background checking at defined intervals.
  3271. Contains an variable maximum adjustment filter.
  3272. COMMENTS....  Well done. A noticeably improved version from the first
  3273. release. I was particularly impressed with the author's simple solution
  3274. to the time zone problem this time around (a notable problem in the
  3275. first release). An excellent choice for a time client.
  3276.     Recommended
  3277. 29.4    Timesync
  3278. FUNCTION......  Time synchronizer
  3279. FILE SIZE........  399,725 bytes
  3280. VERSION.........  1.8      July 1994
  3281. RETRIEVAL....  ftp://ftphost.cac.washington.edu/pub/winsock/tsync1_8.zip
  3282. STATUS...........  Public domain.
  3283. DOCUMENTS..  Setup instructions.
  3284. FEATURES......  
  3285. COMMENTS....  Automated setup. Timesync is a simple Winsock app that
  3286. sets your PC's clock to match the time on a remote host.  The remote
  3287. host must be provide the UNIX time service on port 37 (timesync does
  3288. NOT use NTP).  This should make the time setting accurate to at least
  3289. 1 second.  
  3290. 29.5    Windows Time Client
  3291. FUNCTION......  Time synchronizer.
  3292. FILE SIZE........  86,527
  3293. VERSION.........  1.01   August 1994
  3294. RETRIEVAL....  ftp://sunsite.unc.edu/pub/micro/pc-stuff/ms-windows/winsock/apps/
  3295. wstim101.zip
  3296.     ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/wstim101.zip
  3297. STATUS...........  Freeware,  all source code included. 
  3298. DOCUMENTS..  Startup instructions and on-line help included. 
  3299. FEATURES......  Last five time servers accessed are added to host menu
  3300. for easy access.  Option to modify local system's time or simply report
  3301. time
  3302.   returned from the time server.  TCP or UDP connection option. 
  3303. COMMENTS....  This package can access your local  Internet server (and
  3304. others) and compare your PC to their time settings, and either report
  3305. the difference or, if you choose,  do the automatic update for you.
  3306. Tested only on Trumpet Winsock, but should work on most stacks. A basic
  3307. program with very limited features and options. There are better available.
  3308. 29.6    WinSNTP
  3309. FUNCTION......  Time synchronizer.
  3310. FILE SIZE........  157,926 and 164,465 bytes
  3311. VERSION.........  1.5f  November 1994 and 2.2f May 1995
  3312. RETRIEVAL....  ftp://louie.udel.edu/pub/ntp/wsntp15f.zip   [Windows
  3313. 3.1]
  3314.     ftp://louie.udel.edu/pub/ntp/ntsntp22.zip   [Windows95, Windows NT]
  3315. STATUS...........  Shareware   $US  25
  3316. DOCUMENTS..  Startup instructions and on-line help included. 
  3317. FEATURES......  Will operate over a wide range of different network
  3318. connections from SLIP to high speed local area networks. WinSNTP can
  3319. periodically poll the NTP server in order to keep the PC clock accurate
  3320. within a configurable limit.  Programmable daylight savings time cut
  3321. over.
  3322. COMMENTS....  This program is an implementation of the Simple Network
  3323. Time Protocol (SNTP) and is designed to keep a computer clock synchronized
  3324. to the correct time with a very high degree of accuracy for critical
  3325. applications.  Requires access to an NTP server.
  3326. 30.  TRACEROUTE 
  3327. When you log on to a distant server on the Internet the data packets
  3328. being sent out through your modem do not go directly to the end destination,
  3329. but starting with your service provider are handed off  through a series
  3330. of servers and routers on their way to this destination, like a stone
  3331. skipping across the surface of a pond.  As in any network problems
  3332. can occur in certain links. Traceroute programs literally trace the
  3333. route a packet of data takes as it moves through the Internet, identifying
  3334. each site which handles the packet and the time taken to cross each
  3335. link between these sites. A good explanation of how this process works
  3336. is provided by Lutz Schroeer (reprinted by permission from a newsgroup
  3337. posting): 
  3338. "If you send a package via TCP/IP to another host the packet contains
  3339. a field called TTL (time to live). Each host on the route from the
  3340. source to the destination decreases this field by one. If the field
  3341. reaches the value of 0 the host sends an error message to the source
  3342. (including the host's name). This is normally used to prevent packets
  3343. from traveling around the net forever if they can't be delivered to
  3344. the destination host (for whatever reason).
  3345. Traceroute "abuses" this security feature:
  3346. The first packet Traceroute sends has a TTL with a value of 1, so the
  3347. first host on the route to the destination sends the error message
  3348. back and we've got the name of the first host. Then Traceroute sends
  3349. a packet with TTL=2 so we get the name of the second host, and so on,
  3350. until we reach the destination host."
  3351. (Me again:) Traceroute programs tend to be stack specific. As I understand
  3352. it this is because of problems with the current Winsock spec. Thus,
  3353. for example, a program which is designed to work with Trumpet Winsock
  3354. will probably not work with any other. 
  3355. See Windows Sockets Net Watch in the Miscellaneous section.
  3356. See ICMP Ping for Windows in the Ping section.
  3357. See the section on Trumpet Winsock. Versions 2.1b/c include a traceroute
  3358. client (trumphop). 
  3359. 30.1     Trumpet Hopcheck
  3360. FUNCTION......  Traceroute
  3361. FILE SIZE........  27,392 bytes
  3362. VERSION.........  1992
  3363. RETRIEVAL....  Does not seem to be available anymore, probably because
  3364. it is now included with newer Trumpet Winsock packages.
  3365. COMMENTS....  This only works with Trumpet Winsock. It displays IP names,
  3366. addresses and intervals for each "hop" towards the final location.
  3367. 31.  TRUMPET WINSOCK 
  3368. As mentioned in the introduction, Trumpet Winsock is essentially provides
  3369. an all purpose Windows based connection to the Internet. Many of its
  3370. interim releases tended to be troublesome and it is not unusual to
  3371. find that users who were quick to install the latest released have
  3372. been just as quickly back to the older version because of bugs. The
  3373. best best of the various versions are detailed below.
  3374. Version 1.0a of Trumpet Winsock is available under a couple of names
  3375. (typically twsk10a.zip) from different locations. Unfortunately, apparently
  3376. due to some bugs in this version, the odd Winsock client  did not properly
  3377. work with this version.  It has however been around for a while and
  3378. proven to be fairly durable and widely popular for establishing a SLIP
  3379. (but to PPP) connection. There is no advantage in using this older
  3380. version since contrary to some beliefs it was never "free" - it has
  3381. always been Shareware $US 25. This version should no longer be used
  3382. since it is no longer officially being distributed and has been replaced
  3383. by version 2.0 which adds PPP connection capability for the same price.
  3384. Version 2.0b of Trumpet Winsock, released in November 1994, is available
  3385. from many locations including: 
  3386. ftp://oak.oakland.edu/SimTel/win3/winsock/twsk20b.zip    179,015 bytes
  3387. The biggest advantage of this version is that it now has a functioning
  3388. PPP capability if your service supplier supports it. This latest full
  3389. release contains  improvements in stability and operability. Worth
  3390. noting: addition of PPP support (but no CHAP or LQP yet) and firewall
  3391. support for SOCKS 4.2. This Shareware had a registration cost of $US
  3392. 25.00. 
  3393. Version 2.1 of Trumpet Winsock was released June 1995 and replaces
  3394. all previous versions. Unlike previous versions it is limited to 30
  3395. days use (really) without registration ($US 25). It includes online
  3396. help, supposedly better error handling capabilities, and TRUMPING (Ping),
  3397. TRUMPHOP (traceroute), TCPMETER (input/output performance) and TRUMPDIG
  3398. (IP lookup) clients. These are probably customized for use only with
  3399. Trumpet winsock. There have been some problems with this version though
  3400. and some minor releases to try and fix them. In particular version
  3401. 2.1d (twsk21d.zip) was seriously flawed and corrupted files during
  3402. FTP downloads and should not be used. The latest version is:
  3403. ftp://oak.oakland.edu/SimTel/vendors/trumpet/winsock/twsk21f.zip  
  3404. 307,478  bytes
  3405. ftp://ftp.trumpet.com.au/winsock/twsk21f.zip
  3406. Newer 32 bit operating systems such as OS/2 Warp, Windows95, and Windows
  3407. NT have built in SLIP/PPP and 32 bit Winsock capabilities (for running
  3408. 32 bit Winsock programs).  If you have one of these newer operating
  3409. systems you should use the built in capabilities. There is no reason
  3410. or need to use Trumpet Winsock. For some strange reason some people
  3411. have tried removing the 32 bit winsock.dll file in these operating
  3412. systems and replacing it with the 16 bit Trumpet winsock.dll in order
  3413. to continue using Trumpet. Limiting yourself to running 16 bit Winsock
  3414. programs in a 32 bit multi-threading capable operating system is a
  3415. dubious accomplishment.
  3416. 32.  WAIS - Wide Area Information Server 
  3417. The Wide Area Information Server (WAIS) project was initially started
  3418. by Thinking Machines, Apple Computer, and Dow Jones News Retrieval.
  3419. It is now being operated by the Clearinghouse for Networked Information
  3420. Discovery and Retrieval. There are about 300 servers available world
  3421. wide as part of the network. WAIS is an information search system which
  3422. has never became very popular. In addition to these specific clients,
  3423. WAIS searches can also be done through WWW browsers which is perhaps
  3424. why development of  WAIS clients seems to have stopped. There are a
  3425. number of ways of doing a WAIS search with your browser, one of which
  3426. is through the following URL:
  3427. http://server.wais.com
  3428. 32.1    EINet WinWAIS
  3429. FUNCTION......  WAIS search client
  3430. FILE SIZE........  1,451,068 bytes
  3431. VERSION.........  2.04    June 1994
  3432. RETRIEVAL....  ftp://ftp.einet.net/einet/pc/EWAIS204.ZIP
  3433. STATUS...........  Shareware $US 35.00 after 30 day evaluation period.
  3434. DOCUMENTS..  Startup instructions and some on-line help included.
  3435. FEATURES......  Automated installation procedure. Two graphics viewers
  3436. (gfxVIEW and winECJ) included, or can be configured to use your own.
  3437. COMMENTS....   
  3438. 32.2    USGS WinWAIS  (US Geological Survey WAIS for Windows)
  3439. FUNCTION......  WAIS search client
  3440. FILE SIZE........  591,071 bytes
  3441. VERSION.........  2.4   March 1994
  3442. RETRIEVAL....  ftp://wais.com/pub/freeware/dos/wwais24.exe
  3443. STATUS...........  Free
  3444. DOCUMENTS..  Start up instructions and on-line help included and includes
  3445. simple basic instructions/examples on how to use.
  3446. FEATURES......  Automated installation procedure. Includes a separate
  3447. optional SLIP dialer, and a VT100 telnet application. 
  3448. COMMENTS....  No graphics viewers included. 
  3449. 32.3    WAIS Manager
  3450. FUNCTION......  WAIS search client
  3451. FILE SIZE........  851,085 bytes
  3452. VERSION.........  3.1   June 1993
  3453. RETRIEVAL....  ftp://ftp.cnidr.org/pub/NIDR.tools/wais/pc/windows/waisman3.zip
  3454. STATUS...........  Free for non-commercial purposes
  3455. DOCUMENTS..  Includes startup instructions and on-line help.
  3456. COMMENTS....  If using the DOS program pkunzip, use the "-d" option
  3457. when unzipping this file to create  proper subdirectories, i.e. "pkunzip
  3458. -d waisman3.zip".  According to information in a recent newsgroup posting
  3459. this program is apparently no longer supported by its author.
  3460. 33.  WEBSTER DICTIONARY, etc.
  3461. Spell checking and looking up word definitions can be accomplished
  3462. through several methods. One is by accessing the Webster service on
  3463. a server through a client package like WinWebster. Since there appears
  3464. to be few sites where this can be done, another alternative is to install
  3465. a dictionary package right on your PC which will work with your mail
  3466. and other such programs.  A fast and dirty alternative if you have
  3467. a word processing with spelling, thesaurus and/or grammar checking
  3468. capabilities is to cut and paste text into the program, do the checking
  3469. and correcting, and then cut and paste back to the source. Well, OK,
  3470. so maybe it's not that fast. 
  3471. 33.1    WinWebster
  3472. FUNCTION......  A Webster client for accessing a network Webster dictionary
  3473. server.
  3474. FILE SIZE........  40,881  bytes
  3475. VERSION.........  .8   July 1995
  3476. RETRIEVAL....  ftp://stoner.eps.mcgill.ca/pub/windows/winsock/wwebst08.zip
  3477. STATUS...........  Postcardware - send a postcard to the author.
  3478. DOCUMENTS..  Basic installation and start-up instructions.
  3479. FEATURES......  
  3480. COMMENTS....  Written by Steeve McCauley. To use this, or even to find
  3481. out if it's even usable on your local server you'll have to talk to
  3482. your local support people for server and port information, if available.
  3483. 34.  WHOIS
  3484. Whois clients use the Whois protocol for looking up people, hosts,
  3485. and organizations  in the database kept by the Network Information
  3486. Center (NIC) at SRI  International or at other Whois servers.  The
  3487. information available is limited.
  3488. Also see the section on Finger clients for programs which also have
  3489. Whois clients built in.. 
  3490. 34.1    WinWhois  
  3491. FUNCTION......  Whois identification.
  3492. FILE SIZE........  37,877 bytes
  3493. VERSION.........  1.1   September 1994
  3494. RETRIEVAL....  ftp://bitsy.mit.edu/pub/dos/potluck/winsock/winwhois.zip
  3495. STATUS...........  Copyrighted,  but no mention of any charges.   
  3496. DOCUMENTS..  Minimal. There is a brief explanation of the protocol and
  3497. how to use it, but there are no installation instructions or on-line
  3498. help.  Some additional information is available from the default server
  3499. by doing a Whois search on the word "help".
  3500. FEATURES......  This version has a history feature, which saves up to
  3501. the last 10 servers looked up in an ini file.
  3502. COMMENTS....  
  3503. 34.2    WinWhois 32     [ Windows NT ]
  3504. FUNCTION......  Whois identification.
  3505. FILE SIZE........  24,656 bytes
  3506. VERSION.........  Beta version 1    May 1994
  3507. RETRIEVAL....  ftp://ftp.microserve.net/pub/msdos/windows/winsock/whois32.zip
  3508. STATUS...........  Copyrighted,  but no mention of any charges.
  3509. DOCUMENTS..  Minimal
  3510. FEATURES......
  3511. COMMENTS....  A 32 bit  version of this program for Windows NT by Larry
  3512. Kahn. It does appear to work with regular Windows 3.1 with a Win32s
  3513. upgrade.
  3514. 35.  WORLD WIDE WEB BROWSERS
  3515. What's the most popular Web browser? If you were to go to a bookstore
  3516. and read through sections in books devoted to Web browsers you would
  3517. form the firm conviction that Mosaic is THE Browser to have, an overwhelming
  3518. favorite on the Internet. Unfortunately, while this was true a year
  3519. ago when many such books were being written, there has been a dramatic
  3520. change since then. Numerous bugs in Mosaic, long intervals between
  3521. new versions, and the annoyance of having to install Microsoft's Win32s
  3522. 32 bit extension in order to run Mosaic (on Windows 3.1) combined with
  3523. the appearance of a variety of equivalent or better competing products
  3524. has led to its dramatic fall in popularity. 
  3525. Current the most popular Windows browser in use is Netscape Navigator,
  3526. released by former Mosaic developers. Repeated user surveys have typically
  3527. shown Netscape with 80%++ of the Windows market, NCSA Mosaic with at
  3528. best 5 - 10% and all other browsers  fighting for a share of the leftovers.
  3529. Netscape's formula for success involved developing an innovative product
  3530. that worked well, fast continual improvement with new features, and
  3531. a willingness to take risks,  setting new standards rather than being
  3532. be bound by the old ones. Dramatic improvements in recent versions
  3533. of Mosaic, although very welcome,  are unlikely to change its status.
  3534. Netscape will remain the leader and "the bellwether for future directions
  3535. on the Web".
  3536. 35.1    AIR Mosaic
  3537. FUNCTION......  World Wide Web (WWW) Browser     [DEMO - Function or
  3538. time crippled]
  3539. FILE SIZE........  1,003,793 bytes
  3540. VERSION.........  1.1    October 1994
  3541. RETRIEVAL....  ftp://ftp.spry.com/vendor/spry/demo/AirMosaicDemo/AMOSDEMO.EXE
  3542. STATUS...........  Demo trial version. 
  3543. DOCUMENTS..  On-line help file included. 
  3544. FEATURES......  Customized toolbars, pre-configured hot lists, user
  3545. definable hot lists, full screen kiosk mode, etc. Automated installation
  3546. looks for an already installed Winsock stack (such as Trumpet).  Program
  3547. includes its own nullsock.dll file for offline viewing.
  3548. COMMENTS....  This is a fully functional demo except for the fact that
  3549. it will only allow for the viewing of up to 6 external documents. The
  3550. uncrippled 16 bit version is available for $US 29.95.  A 32 bit version
  3551. of this program for that price would be more desirable. 
  3552.     NOTE: This is a licensed commercial version of the NCSA Mosaic browser
  3553. developed by Spry. This demo is a regular Windows 3.1 16 bit program.
  3554. Spry has just been purchased by CompuServe and will contribute to their
  3555. effort to offer their customers increased Internet access.
  3556. 35.2    Cello
  3557. FUNCTION......  World Wide Web (WWW) Browser
  3558. FILE SIZE........  328,429 bytes
  3559. VERSION.........  1.01a      March 1994
  3560. RETRIEVAL....  ftp://ftp.law.cornell.edu/pub/LII/Cello/cello.zip
  3561. STATUS...........  No charge for non-commercial use. 
  3562. DOCUMENTS..  Installation instructions and on-line help included.
  3563. FEATURES......
  3564. COMMENTS....  Cello was at best a very basic WWW browser when it first
  3565. came out. A year later it is dead dead dead. A new version has been
  3566. imminent imminent imminent for some time and is overdue overdue overdue.
  3567. 35.3     HotJava        [Windows NT]
  3568. FUNCTION......  WWW Browser
  3569. FILE SIZE........  4,009,933 bytes
  3570. VERSION.........  1.0 alpha 2    May 1995
  3571. RETRIEVAL....  http://webrunner.neato.org/  filename: hotjava-alpha2
  3572. nt-x86.zip
  3573.     ftp://java.sun.com/pub/hotjava-alpha2-nt-x86.exe
  3574.     Note: The nice folk at Sun believe in l-o-n-g filenames. Unfortunately
  3575. virtually all commonly used unzip programs truncate files down to the
  3576. standard 8.3 format (that DOS heritage) as they unzip them which is
  3577. unacceptable in this case. Unless you feel lucky (or know you are),
  3578. take their hint and download the Info-ZIP program (217 kbytes)  they've
  3579. made available with a link on their page. It retains full filenames
  3580. and directory structures when unzipping and worked just fine, unlike
  3581. the other 3 programs I tried.
  3582. STATUS...........  May be freely used for personal, academic or internal
  3583. business purposes.
  3584. DOCUMENTS..  A wide variety of HTML documentation included. Be sure
  3585. to read the installation instructions and other information on their
  3586. home page when downloading.
  3587. FEATURES......
  3588. COMMENTS....  From Sun Microsystems Inc., this product has created considerable
  3589. interest in that it appears to represent a leap forward in browser
  3590. technology. Written in a new programming language called Java(tm) (origin:
  3591. C++), HotJava goes beyond the current ability to retrieve text, sound
  3592. and image date and adds the capability to retrieve and run executive
  3593. files (programs). In effect this gives the browser the capability to
  3594. become a dynamic and interactive application rather than just a viewing
  3595. tool. This Windows NT version has just come out and is still fairly
  3596. rough (beginning with no desktop icon) and is subject to crashes (sound
  3597. card problems for one). It comes with some interesting  documentation
  3598. (HTML) on the subject of Java and HotJava and a variety of sample programs
  3599. to try out. Great attention has been paid to security for HotJava since,
  3600. needless to say, exec based files are an ideal host for spreading viruses.
  3601. This version does not run on Windows95 - a version for that will be
  3602. available later in the year. You'll need upwards of 9+ meg on your
  3603. hard drive to install this; it unzips to just under a thousand files.
  3604. 35.4    I-Comm       [NOT Winsock- operates on normal UNIX shell]
  3605. FUNCTION......  WWW Browser
  3606. FILE SIZE........  235,008 bytes
  3607. VERSION.........  1.06  July 1995
  3608. RETRIEVAL....  ftp://ftp.best.com/pub/icomm/icomm106.zip
  3609.     ftp://ftp.netcom.com/pub/ic/icomm/icomm106.zip
  3610. STATUS...........  Evaluation copy. Expiry date not specifically stated.
  3611. DOCUMENTS..  Basic start up instructions included.
  3612. FEATURES......  Supports forms, FTP and Gopher protocols. Built in sound
  3613. player. Local disk caching. Can save HTML pages to disk with inline
  3614. images. Does not yet support inline JPEG images.
  3615. COMMENTS....  Very similar to SlipKnot in concept, it requires access
  3616. to your UNIX shell account and does not require SLIP/PPP. A built in
  3617. dialer/modem program is included. You must have Lynx or other WWW browser
  3618. access on your shell account, or if not a separate program is mentioned
  3619. and can be retrieved and placed on your shell. An FAQ is available
  3620. from the same location under the name icommFAQ.
  3621.     From Talent communications Inc., home page at:
  3622.     http://www.best.com/~icomm/icomm.htm
  3623. 35.5    InternetWorks Lite / GNNWorks
  3624. FUNCTION......  WWW Browser, and mail. 
  3625. FILE SIZE........  2,239,530  bytes
  3626. VERSION.........  Beta 7     February 1995
  3627. RETRIEVAL....  ftp://ftp.cyberspace.com/pub/win95/winsock/iwbeta7.exe
  3628. STATUS...........  Demo preview version. This is of limited value since
  3629. the company was subsequently taken over by America Online and there
  3630. are unlikely to be any more freebies. See note on version 1.0 below.
  3631. DOCUMENTS..  Start up instructions and on-line help.
  3632. FEATURES......  Automated installation. Multitasking support with separate
  3633. windows created for each activity. No news yet in this version.
  3634. COMMENTS....  The browser's background color (which will be white on
  3635. most machines) is tied to Windows desktop settings and is not separately
  3636. adjustable. Similar to Mosaic and Netscape, InternetWorks displays
  3637. text first, allowing you to begin reading immediately while the graphics
  3638. are being retrieved. The default pages provided are primarily menu
  3639. driven and easy to use. This demo version works with SLIP only - there
  3640. is no PPP support.
  3641. Note: Newer version 1.0.4 (setup24a.exe, 2,282,050 bytes, June 1995)
  3642. is available from ftp://ftp.megaweb.com/beta. This newer version is
  3643. intended for use with The GNNWorks Service which you are supposed to
  3644. sign up with and provide with credit card info etc. This proprietary
  3645. version is best avoided unless you are specifically interested in 
  3646. this Internet service provider. You can probably temporarily try this
  3647. program out with your existing service provider by deleting the proprietary
  3648. dialer/winsock.dll which comes with it and using something like Trumpet
  3649. instead.  InternetWorks is now owned by America Online (AOL) and with
  3650. this version there has been a name change to GNNWorks. This is the
  3651. version which is being distributed on diskette as part of a trial membership
  3652. with their online Internet service.
  3653. 35.6    Microsoft Internet Assistant For Word  (Word 6.0 extension)
  3654. FUNCTION......  HTML editor and WWW browser (Based on the InternetWorks
  3655. browser from Booklink.)
  3656. FILE SIZE........  1,120,361    bytes
  3657. VERSION.........  1.0Z  April 1995 This "Z" version adds additional
  3658. language capability to support French and German versions of Word 6.0a.
  3659. It adds no functionality improvements over the previous "1.0" release.
  3660. RETRIEVAL....  ftp://ftp.microsoft.com/deskapps/word/winword-public/ia/wordia.ex
  3661. 
  3662. as a Web browser to access WWW sites. It is fairly basic and represents
  3663. no threat to other existing major Web browsers. You must at least have
  3664. MS Word 6.0a in order to install and use this. A 32 bit version for
  3665. Windows NT will not be available until late this year. Same thing for
  3666. the Macintosh version. This template provides another example of how
  3667. Microsoft has succeeded in turning Word into
  3668. has succeeded in turning Word into
  3669. as a Web browser to access WWW sites. It is fairly basic and represents
  3670. no threat to other existing major Web browsers. You must at least have
  3671. MS Word 6.0a in order to install and use this. A 32 bit version for
  3672. Windows NT will not be available until late this year. Same thing for
  3673. the Macintosh version. This template provid╧n
  3674. as a Web browser to access WWW sites. It is fairly basic and represents
  3675. no threat to other existing major Web browsers. You must at least have
  3676. MS Word 6.0a in order to install and use this. A 32 bit version for
  3677. Windows NT will not be available until late this year. Same thing for
  3678. the Maci╧n
  3679. and represents
  3680. no threat to other existing major Web browsers. You must at least have
  3681. MS Word 6.0a in order to install and use this. A 32 bit version for
  3682. Windows NT will not be available until late this year. Same thing for
  3683. the Maci╧n
  3684. indows NT will not be available until late this year. Same thing for
  3685. the Maci╧n
  3686. ave
  3687. MS Word 6.0a in order to install and use this. A 32 bit version for
  3688. Windows NT will not be available until late this year. Same thing for
  3689. the Maci╧n
  3690. and represents
  3691. no threat to other existing major Web browsers. You must at le╧n
  3692.  Same thing for
  3693. the Maci╧n
  3694. and represents
  3695. no threat to other existing major Web browsers. You must at le╧n
  3696. isting major Web browsers. You must at le╧n
  3697. owsers. You must at le╧n
  3698.  Same thing for
  3699. the Maci╧n
  3700. and represents╧n
  3701. FILE SIZE........  243,749 bytes
  3702. VERSION.........  2.0 alpha 2    March 1994
  3703. RETRIEVAL....  ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Windows/old/wmos20a2.zip
  3704. STATUS...........  No charge for non-commercial use. 
  3705. DOCUMENTS..  Good
  3706. FEATURES......
  3707. COMMENTS....  Old 16 bit version. Not compatible  with WFW 3.11. See
  3708. 32 bit version below. NCSA = National Center for Supercomputing Applications.
  3709. Quite dated now, there is no reason to use this. 
  3710. 35.8    NCSA Mosaic    [Win32s,  Windows95 or Windows NT]
  3711. FUNCTION......  World Wide Web (WWW) Browser
  3712. FILE SIZE........  1,584,886 bytes
  3713. VERSION.........  2.0 final beta    July 1995
  3714. RETRIEVAL....  ftp://ftp.ncsa.uiuc.edu/Web/Mosaic/Windows/mos20fb.exe
  3715. (self extracting)
  3716. STATUS...........  No charge for non-commercial use. 
  3717. DOCUMENTS..  Installation and setup  instructions included.  On-line
  3718. help is precisely that,  downloaded from the NCSA server as required
  3719. and thus only available to you when you are logged on.
  3720. FEATURES......  This final release fixes a large number of bugs and
  3721. adds functionality including the ability to use background color and
  3722. image information in HTML documents, substantially closing the gap
  3723. with Netscape.
  3724. COMMENTS....  If you have Windows 3.1 or WFW 3.11 then you must first
  3725. install a special OLE compatible version of Win32s on your system before
  3726. installing these newer versions of Mosaic. Details on it are in the
  3727. Miscellaneous Non-Winsock/ Win32s section much further down this listing.
  3728. Win32s is not required if you have a "true" 32 bit operating system
  3729. like Windows95 or Windows NT. This program  may not run well if you
  3730. only have 4 meg RAM memory. 
  3731.     Note from NCSA: "If you are experiencing startup problems with NCSA
  3732. Mosaic for Windows 2.0 Final Beta, here is what's going on.  The default
  3733. mosaic.ini file has a mistake in it that assigns the initial disk cache
  3734. directory to be "D:\MOSAIC\CACHE\".  If your machine doesn't have a
  3735. D: drive, then the program will not start.  Edit your mosaic.ini file
  3736. and look for "Cache Directory=".  If it says "D:\..." then change it
  3737. to a drive that does exist, C:, for example." (Personal comment: This
  3738. is typical of the very simple and stupid bugs which Mosaic has always
  3739. been notorious for - E.S.)
  3740. 35.9    Netscape Navigator (tm)   ("Mozilla")
  3741. FUNCTION......  WWW Browser
  3742. FILE SIZE........  1,652,904   and 1,339,223  bytes
  3743. VERSION.........  1.2 beta 3   July 1995
  3744. RETRIEVAL....  ftp://ftp2.mcom.com/pub/ns1612b3.exe    [Windows 3.1]
  3745.     ftp://ftp2.mcom.com/pub/ns3212b3.exe    [ Windows95 and Windows NT
  3746. ]
  3747. STATUS...........  This is just an interim test version which expires
  3748. in September by which time a final 1.2 version will be available. Free
  3749. for use by students or members of educational institutions or charitable
  3750. non-profit organizations (but not government). All others $US 39, although
  3751. this program may be evaluated free for 90 days by employees of commercial
  3752. companies and for an indefinite period by others.
  3753. DOCUMENTS..  Basic installation instructions only. Almost all other
  3754. information is available online from the Netscape home page through
  3755. the help menu while logged on.
  3756. FEATURES......  This latest version has an improved interface and drag
  3757. and drop capabilities. The bookmark has been rewritten and it has a
  3758. built in capability to import URL lists from other files, such as the
  3759. hotlist from NCSA Mosaic. The 32 bit version is specially optimized
  3760. for Windows95 with multi-user customized preferences and replacement
  3761. of the ini file with the registry.
  3762. COMMENTS....  New and impressive versions continue to be released -
  3763. easy to see why this is the overwhelming leader in this area. One quibble
  3764. though - the default screen color in this latest version is the Windows
  3765. default screen color now - typically a blinding white instead of the
  3766. traditional gray. You must go in and specifically configure a different
  3767. color which most won't bother to do. This will mess up a few existing
  3768. Web pages with colors chosen and optimized for the gray background.
  3769.     Recommended
  3770. 35.10  Pythia
  3771. FUNCTION......  WWW Browser
  3772. FILE SIZE........  476,065 bytes
  3773. VERSION.........  2.31  June 1995
  3774. RETRIEVAL....  http://pythia.com  File name: demo.zip
  3775. STATUS...........  Demo version, evaluation period 45 days. This browser
  3776. is "site locked" to their home server only.
  3777. DOCUMENTS..  Extensive.
  3778. FEATURES......  Kiosk stand alone mode, database link capabilities,
  3779. easy print capabilities, advances security with electronic signature,
  3780. vector graphics (oh!) business graphics including bar charts, etc.
  3781. Internal support for audio (WAV).
  3782. COMMENTS....  This is a new browser developed by Lanark Technologies
  3783. and marketed by Appian Interactive. Unlike most current browsers it
  3784. is not aimed at general Internet users, but is instead oriented towards
  3785. commercial and institutional customers. For this reason Pythia introduces
  3786. a number of radical and new HTML extensions (oh oh!).  A lot of unique
  3787. features, but the execution was fairly crude by any standard in an
  3788. earlier version I looked at and not of any great interest in that condition.
  3789. This newer version might be better. Microsoft TCP/IP is not supported.
  3790. 35.11  SlipKnot    [NOT Winsock - operates on normal UNIX shell]
  3791. FUNCTION......  WWW Browser 
  3792. FILE SIZE........  1,270,597   bytes
  3793. VERSION.........  1.11        June 1995
  3794. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/internet/slnot111.zip
  3795. STATUS...........  Shareware. $US 29 for USA, Canada, Japan, Western
  3796. Europe. $US 20 elsewhere. 10% of all fees are donated to refugee relief.
  3797. Registered users get some additional features such as Gopher support.
  3798. DOCUMENTS..  Start up information and on-line help.
  3799. FEATURES......  Up to 5 different documents can be displayed on the
  3800. screen simultaneously. You can ask for the retrieval of many documents,
  3801. and these requests will be queued up to be activated one-by-one. X,
  3802. Y and Z protocol downloads are all now supported. You are allowed to
  3803. switch between WWW and your UNIX terminal session (except when downloading
  3804. documents). You can choose not to retrieve the pictures embedded inside
  3805. documents and speed up the downloading process significantly.  Then,
  3806. if you change your mind, ask SlipKnot to get the same document with
  3807. the   pictures. 
  3808. COMMENTS....  An interesting and innovative program, a WWW browser which
  3809. uses Windows, but not Winsock or Slip. It is designed for modem users
  3810. with ordinary dial-up UNIX shell accounts. It does require a 386 processor
  3811. or better and at least 4 meg of RAM.  As well, your service provider
  3812. must have certain software on the server (e.g. Lynx, which is quite
  3813. common). It has not yet been tested on Windows NT. Released by MicroMind.
  3814. This is a unique and very welcome addition to browser ranks. It is
  3815. also strongly supported by its author Peter Brooks.
  3816. 35.12  SuperHighway Access  
  3817. FUNCTION......  WWW browser, Gopher+, WAIS, CSO, basic FTP client. 
  3818. FILE SIZE........  1,079,067 bytes
  3819. VERSION.........  March 1995
  3820. RETRIEVAL....  http://www.frontiertech.com/demo.htm   File name: shademo.exe
  3821. STATUS...........  Demo. I believe that this has a built in expiry date.
  3822. DOCUMENTS..  Start up information, brief tutorial and on-line help.
  3823. FEATURES......  Multi-session (30) capability. Can import Mosaic bookmarks.
  3824. COMMENTS....  From Frontier Technologies, this is primarily the WinTapestry
  3825. Web portion of their commercial package Super Highway Access For Windows.
  3826. This integrated package is designed as a very easy to use menu driven
  3827. system. The commercial version adds Telnet, Mail and News clients,
  3828. and a better FTP.
  3829. 35.13  (NEW!)  UdiWWW
  3830. FUNCTION......  World Wide Web (WWW) Browser 
  3831. FILE SIZE........  264,841 and 322,916 bytes
  3832. VERSION.........  1.0 July 1995
  3833. RETRIEVAL....  http://www.uni-ulm.de/~richter/udiwww/index.htm 
  3834.     File name: udiw1e01.exe (16 bit for Windows 3.1/3.11) and udiw1e03.exe
  3835. (32 bit for Windows95 and Windows NT)
  3836. STATUS...........  n/a
  3837. DOCUMENTS..  None.
  3838. FEATURES......  
  3839. COMMENTS....  These are the latest English (well, mostly) versions of
  3840. a German language WWW browser. Unfortunately these are rather buggy.
  3841. They need more development time. Nonetheless their release is a notable
  3842. accomplishment from Bernd Richter. The 32 bit version is multi-threaded
  3843. and will not work with Win32s.
  3844. 35.14     Video On Line
  3845. FUNCTION......  World Wide Web (WWW) Browser
  3846. FILE SIZE........  1,417,467  bytes
  3847. VERSION.........  1.0 June 1995
  3848. RETRIEVAL....  http://www.vol.it/VOLB/browser.html  File name: volb-int.exe
  3849. STATUS...........  n/a
  3850. DOCUMENTS..  Nothing with the program. There is some installation info
  3851. at the Web site.
  3852. FEATURES......  Built in dialer and Winsock.
  3853. COMMENTS....  From Italy a browser available in 3 different versions:
  3854. Italian, Arabic and International. Supposedly up to 12 language versions
  3855. are currently available. It is intended for use primarily in Europe
  3856. and primarily with a particular service provider although the documentation
  3857. states that this can be easily changed (not believable since there
  3858. are no provisions at all to handle login variations). The configuration
  3859. screens are extremely rigid and not fully or properly developed for
  3860. locations outside of Europe. This program can only be used with its
  3861. own dialer/winsock. A frustrating program which I found disappointing
  3862. and unusable - I never did get it working.
  3863. 35.15  WinWeb
  3864. FUNCTION......  World Wide Web (WWW) Browser
  3865. FILE SIZE........  598,873 bytes
  3866. VERSION.........  1.0A2.1.1    December 1994
  3867. RETRIEVAL....  ftp://ftp.einet.net/einet/pc/winweb.zip
  3868. STATUS...........  No charge for non-commercial use.
  3869. DOCUMENTS..  Documentation somewhat weak - there is provision for on
  3870. line help but none included with this current version.  
  3871. FEATURES......  This latest version now supports loading local documents
  3872. and reading them offline. Flexible cache can automatically adjust to
  3873. use any additional memory available
  3874. COMMENTS....  This installs easily and should run well even on less
  3875. powerful machines with only 4 meg. This browser has fallen far behind
  3876. in the development race.
  3877. 36.  WORLD WIDE WEB BROWSER ACCESSORIES
  3878. 36.1    Indexer      [not Winsock]
  3879. FUNCTION......  Netscape cache file viewer
  3880. FILE SIZE........  39,570 bytes
  3881. VERSION.........  1.1 April 1995
  3882. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/indxer11.zip
  3883. STATUS...........  Freeware
  3884. DOCUMENTS..  Start up instructions.
  3885. FEATURES......  Sort by name, by size, by file type and by host.
  3886. COMMENTS....  Indexer is a program which reads your Netscape disk cache
  3887. which contains copies of Web pages you have been viewing. Indexer creates
  3888. a listing of these in a new file called cache.htm which you can view
  3889. in Netscape and use to retrieve individual pages from the cache. The
  3890. number of pages in the cache and how far back they go will be dependent
  3891. on the size of the cache (bytes) setting in a Netscape configuration
  3892. menu. The cache is not normally directly accessible without a program
  3893. such as this.  Released by Anders Lindh.
  3894. 36.2    Netscape Menu Editor      [not Winsock]
  3895. FUNCTION......  Netscape bookmark editing utility
  3896. COMMENTS....  ***DISCONTINUED**** Obsoleted by those pesky developers
  3897. at Netscape who keep improving their product.
  3898. 36.3    SETMOS   [not Winsock]
  3899. FUNCTION......  Configuration set up utility for NCSA Mosaic .
  3900. FILE SIZE........  349,321 bytes  The program itself is actually very
  3901. small, but the zip file does contain the obligatory vbrun300.dll standard
  3902. visual basic file. You probably have at least half a dozen duplicates
  3903. of this scattered across your system already if you've installed any
  3904. number of Shareware packages. 
  3905. VERSION.........  1.2 alpha    September 1994
  3906. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/winsock/smosaic.zip
  3907. STATUS...........  Nothing stated. 
  3908. DOCUMENTS..  Negligible.
  3909. FEATURES......  Automated installation. 
  3910. COMMENTS....  Designed to simplify the process of configuring the mosaic.ini
  3911. file with all the necessary viewers and connection info required. Not
  3912. required any more with newer Mosaic versions.
  3913. 36.4    WebWatch
  3914. FUNCTION......  Scanner utility for monitoring URL's to identify Web
  3915. pages which have changed.
  3916. FILE NAME.....  ww10d_16.zip  [ Windows 3.1 and 3.11 ]
  3917.     ww10d_32.zip  [ Win32s, Windows95 and Windows NT ]
  3918. FILE SIZE........  92,768 and 132,854 bytes
  3919. VERSION.........  1.0   May 1995
  3920. RETRIEVAL....  http://www.specter.com/users/janos/specter/webwatch.html
  3921. STATUS...........  Shareware  $US 18. Free registration for every new
  3922. bug found!
  3923. DOCUMENTS..  Start up instructions and online help.
  3924. FEATURES......  Full proxy support.
  3925. COMMENTS....  Given an HTML document referencing URLs on the Web, WebWatch
  3926. produces a filtered list, containing only those URLs that have been
  3927. modified since a given time. The input file can be a Netscape or Mosaic
  3928. bookmark/ hotlist or any other, standard HTML document. The output
  3929. is a local HTML document which contains links to the pages which have
  3930. been updated. A fairly unique program. Released by Specter Inc.
  3931. 36.5  (NEW!)  YABE (Yet Another Bookmark Editor)
  3932. FUNCTION......  Netscape bookmark editor.
  3933. FILE SIZE........  15,932 bytes
  3934. VERSION.........  .01 May 1995
  3935. RETRIEVAL....  http://www.ugrad.cs.ubc.ca/spider/q7f192/branch/tools.html
  3936. File name: yabe01.zip
  3937. STATUS...........  Freeware
  3938. DOCUMENTS..  Very basic instructions.
  3939. FEATURES......  
  3940. COMMENTS....  Obsoleted by newer versions of Netscape which have improved
  3941. bookmark editing. From George Xie.
  3942. 37.   X.500 (DUA) CLIENTS 
  3943. From the help file in WaX500: "X.500 is an international standard for
  3944. providing on-line directory services. The easiest way to think about
  3945. X.500 is as a world-wide, distributed, electronic, telephone book.
  3946. The X.500 Directory can contain information about people, organizations,
  3947. documents, and just about anything else. At the present time, there
  3948. is a pilot world-wide X.500 Directory in which the information available
  3949. is mostly about people and organizations."
  3950. 37.1    piXie  (originally called seXie - name changed for obvious reasons)
  3951. FUNCTION......  X.500 DUA (Directory User Agent)
  3952. FILE SIZE........  194,165
  3953. VERSION.........  2.2b   January 1994
  3954. RETRIEVAL....  Try: ftp://ns.uab.es/pub/msdos/X500/pixie22b.zip
  3955. STATUS...........  Free for non-commercial purposes.
  3956. DOCUMENTS..  Fairly comprehensive with on-line help.
  3957. FEATURES......
  3958. COMMENTS....  Should also work with OS2 and Windows NT.
  3959. 37.2    Swix
  3960. FUNCTION......  X.500 DUA (Directory User Agent)
  3961. FILE SIZE........  237,005 bytes
  3962. VERSION.........  2.2    February 1995
  3963. RETRIEVAL....  ftp://papa.indstate.edu/winsock-l/X.500/swix22.exe
  3964. STATUS...........  Public Domain.
  3965. DOCUMENTS..  Installation instructions and on-line help included.
  3966. FEATURES......
  3967. COMMENTS....  
  3968. 37.3    WaX500
  3969. FUNCTION......  X.500 DUA (Directory User Agent)
  3970. FILE SIZE........  476,613 bytes
  3971. VERSION.........  2.05 beta   May 1995
  3972. RETRIEVAL....  http://www.umich.edu/~sgr/wax500.html   File name:waxr205.zip
  3973. STATUS...........  Copyright.
  3974. DOCUMENTS..  Startup instructions and on-line help included.
  3975. FEATURES......  
  3976. COMMENTS....  A Mac version is also available from the same site.
  3977. 37.4   Windows Directory User Agent (WDUA32)   [Win32s, Windows95, Windows
  3978. NT]
  3979. FUNCTION......  X.500 DUA (Directory User Agent)
  3980. FILE SIZE........  889,131 bytes
  3981. VERSION.........  Release 2.1B     January 1995
  3982. RETRIEVAL....  http://centaur.arc.nasa.gov
  3983. STATUS...........  Not stated.
  3984. DOCUMENTS..  Start up documentation and on-line help.
  3985. FEATURES......  User definable filters, supports exact or approximate
  3986. searching.
  3987. COMMENTS....  One of the better programs in this section. Developed
  3988. under contract to NASA. Minor enhancements and bug fixes for this program
  3989. will continue to appear, but there are no major upgrades currently
  3990. planned. Released by Kevin Lussier.
  3991. 38.   X-WINDOWS 
  3992. 38.1    Micro X-Win / Micro X-Win32
  3993. FUNCTION......  X-Windows emulator.
  3994. FILE SIZE........  1,402,864 (16 bit version) and 1,751,410 (32 bit
  3995. version) bytes
  3996. VERSION.........  2.8.8  April 1995 (16 bit) and 3.1.4  June 1995 (32
  3997. bit version)
  3998. RETRIEVAL....  ftp://ftp.ipac.net/pub/starnet/public/xwindemo    [Windows
  3999. 3.1/3.11]
  4000.     ftp://ftp.ipac.net/pub/starnet/public/xdemo32.zip  [Win32s, Windows95,
  4001. Windows NT]
  4002. STATUS...........  Demo.
  4003. DOCUMENTS..  Basic start up instructions and online help.
  4004. FEATURES......
  4005. COMMENTS....  Released by StarNet Communications.
  4006. UTILITIES LISTING
  4007. Viewers, decoders,  modem accessories, etc., these general purpose
  4008. items are often used in conjunction with Winsock applications and are
  4009. listed here for convenience.  
  4010. 40. ADDRESS BOOK / DATABASE PROGRAMS
  4011. It's sometimes not easy keeping track of all the locations you visit
  4012. on the Internet and might want to again. There are many ways of doing
  4013. this from the hotlist tracking in individual programs to something
  4014. like the more generic Windows cardfile. As well, there are a few programs
  4015. specifically written for this purpose. My thanks to Dr. Richard MacLennan
  4016. for pointing these out to me, leading to the creation of a new category
  4017. (yes, another one!).
  4018. 40.1    Internet Database
  4019. FUNCTION......  Internet address book.
  4020. FILE SIZE........  541,922 bytes
  4021. VERSION.........  1.1  May 1995
  4022. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/database/netdb11.zip
  4023. STATUS...........  Shareware $CDN 10 if you live in Canada, $US 10 if
  4024. you live in the US or elsewhere.
  4025. DOCUMENTS..  Basic instructions
  4026. FEATURES......  
  4027. COMMENTS....  Storage program for Internet addresses (URL's). Designed
  4028. for cut and paste operation.       The database is in Microsoft Access
  4029. 1.1 format. Released by John Luciani of Fusion Design.
  4030. 40.2    Internet Navigator for Windows
  4031. FUNCTION......  Internet address book.
  4032. FILE SIZE........  1,258,446 bytes
  4033. VERSION.........  1.0  October 1994
  4034. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/util/internav.zip
  4035. STATUS...........  Shareware $US 10. The registered version contains
  4036. many enhancements.
  4037. DOCUMENTS..  Start up instructions and online help.
  4038. FEATURES......  
  4039. COMMENTS....  A simple address book designed for cut and pasting of
  4040. information into other applications.
  4041. 40.3    IP Manager
  4042. FUNCTION......  Internet address book.
  4043. FILE SIZE........  758,316 bytes
  4044. VERSION.........  2.1a November   1994
  4045. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/database/ipmgr21a.zip
  4046. STATUS...........  Shareware $US 20. Unregistered version limited to
  4047. 25 entries.
  4048. DOCUMENTS..  Start up instructions and online help.
  4049. FEATURES......  
  4050. COMMENTS....  Stores IP numbers and matching information and allows
  4051. the launching of external FTP, Telnet and Ping programs based on that
  4052. data. Nice interface.
  4053. 40.4    NetMinder
  4054. FUNCTION......  Internet address book.
  4055. FILE SIZE........  908,893 bytes
  4056. VERSION.........  1.0 October 1993
  4057. RETRIEVAL....  ftp://ftp.cica.indiana.edu/pub/pc/win3/demo/netdemo.zip
  4058. STATUS...........  Demo version limited to 1 group with 12 entries.
  4059. Registration $45. Funds not stated but probably $Canadian.
  4060. DOCUMENTS..  Start up instructions and online help.
  4061. FEATURES......  Stores information is standard DBase IV format.
  4062. COMMENTS....  From CPProgma Software. Cut and paste operation.  Nice
  4063. interface with large record storage capability, but the price is a
  4064. hard swallow.
  4065. 41. CONTROL PANELS AND TOOLBARS
  4066. With so many Winsock programs required to do everything it's nice to
  4067. have the convenience of a toolbar to launch and switch back and forth
  4068. between them. Curiously enough probably half of the toolbars I look
  4069. at are discarded and never listed because they either simply don't
  4070. work or are so poorly designed. Fortunately there are many to choose
  4071. from and still more appearing almost daily..............
  4072. 41.1    Internet Control Center
  4073. FUNCTION......  Toolbar (control panel/launcher) for Winsock Applications
  4074. FILE SIZE........  526,145  bytes
  4075. VERSION.........  1.19  July 1995
  4076. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/icc119.zip
  4077.     ftp://ftp.userware.com/users/jfoltz/icc119.zip
  4078.     http://www.usefulware.com/~jfoltz/clients.html
  4079. STATUS...........  Shareware  $US 24. Unregistered version limited to
  4080. 75 sessions.
  4081. DOCUMENTS..  Basic start up instructions.
  4082. FEATURES......  A large floating toolbar with about a dozen labeled
  4083. buttons for the most common Internet applications (mail, WWW, news
  4084. Gopher, etc.) which allows you to quickly switch between them. Some
  4085. customization allowed. Can be used with a Lan connection.
  4086. COMMENTS....  A good implementation for this type of program, but certainly
  4087. not cheap.
  4088. 41.2    Internet Wizard
  4089. FUNCTION......  Toolbar (control panel/launcher) for Winsock Applications
  4090. FILE SIZE........  333,098  bytes
  4091. VERSION.........  March 1995
  4092. RETRIEVAL....  ftp://ftp.cityscape.co.uk/incoming/netwiz.zip
  4093. STATUS...........  Shareware   $US 1.
  4094. DOCUMENTS..  Basic startup instructions.
  4095. FEATURES......  Up to 15 folders can be created.
  4096. COMMENTS....  From Adam Allard .This program creates a set of folders
  4097. representing the various Internet programs (Trumpet, FTP, Eudora, etc.)
  4098. allowing them to be quickly launched. There is no configuration setup
  4099. menu  - all configuration has to be done by directly editing the .ini
  4100. file only.
  4101. 41.3     SlipBar
  4102. FUNCTION......  Toolbar (control panel/application launcher)
  4103. FILE SIZE........  115,210 bytes
  4104. VERSION.........  1.1 May 1995
  4105. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/slipbr11.zip
  4106. STATUS...........  Shareware $US 10.
  4107. DOCUMENTS..  Basic instructions.
  4108. FEATURES......   7 configurable buttons for Winsock applications. Does
  4109. not require vbrun300.dll.
  4110. COMMENTS....  Very easy to set up and use. Released by Dean Tessman.
  4111. 41.4    Stiletto
  4112. FUNCTION......  Toolbar (control panel/application launcher) 
  4113. FILE SIZE........  159,856 bytes
  4114. VERSION.........  1.9m July 1995
  4115. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/desktop/stile19m.zip
  4116. STATUS...........  Freeware but may not be sold nor be used in any profit
  4117. oriented endeavor.
  4118. DOCUMENTS..  Start up instructions and online help.
  4119. FEATURES......  One of the smallest footprints I've seen (fits in title
  4120. bar), up to 16 configurable buttons (each with left, center and right
  4121. mouse button commands), font and color configuration, drag and drop
  4122. positioning, drag and drop file capabilities, system resource usage
  4123. display, sound/alarm capabilities, balloon button captions, etc., etc.
  4124. COMMENTS....  Wow! Not only is this program well designed and loaded
  4125. with features, but it also comes in my price range (free). The configuration
  4126. options available are initially overwhelming. According to the author
  4127. you can even load a second bar at the same time if you really need
  4128. it (!). This program continues to improved with regular new releases
  4129. by Bruce Switzer.
  4130.     Recommended
  4131. 41.5    WSTBar
  4132. FUNCTION......  Toolbar (control panel/launcher) for Winsock Applications
  4133. FILE SIZE........  117,554  bytes
  4134. VERSION.........  2.5 beta  July 1995
  4135. RETRIEVAL....  ftp://oak.oakland.edu/SimTel/win3/winsock/wstbar25.zip
  4136. STATUS...........  Shareware   $US 10.
  4137. DOCUMENTS..  Basic startup instructions.
  4138. FEATURES......  
  4139. COMMENTS....  
  4140. 42. CONVERTERS - DOCUMENT (HELP/HTML -> TEXT)
  4141. 42.1    HLP2DOC
  4142. FUNCTION......  Windows help file to doc (MS Word 2.0) converter.  
  4143. FILE SIZE........  45,523  bytes
  4144. VERSION.........  1.37  July 1994
  4145. RETRIEVAL....  ftp://ftp.virginia.edu/public_access/hlp2doc.zip    This
  4146. contains both the DOS executable file (hlp2doc.exe) and the Windows
  4147. front end (h2dstart.exe).
  4148. STATUS...........  Freeware
  4149. DOCUMENTS..  Basic instructions.
  4150. FEATURES......  
  4151. COMMENTS....  A handy utility for converting Windows help files into
  4152. a flat easy to print version for MS Word 2.0 (and other text viewers
  4153. and word processors which can handle this format). Released by Wolfgang
  4154. Beyer.
  4155. 42.2     HTMLCon     [DOS]
  4156. FUNCTION......  HTML to Ascii document converter.
  4157. FILE SIZE........  35,543 bytes
  4158. VERSION.........  2.1  July 1995
  4159. RETRIEVAL....  http://www.crl.com/~mikekell
  4160.   ftp://ftp.crl.com/ftp/users/ro/mikekell/ftp/htmlco21.zip
  4161. STATUS...........  Shareware $US 7
  4162. DOCUMENTS..  Basic instructions.
  4163. FEATURES......
  4164.