home *** CD-ROM | disk | FTP | other *** search
/ Gold Fish 3 / goldfish_volume_3.bin / files / comm / tcp / amitcp-demo / product-info < prev    next >
Encoding:
Fred Fish's Product-Info  |  1995-10-21  |  2.4 KB  |  103 lines

  1. .name
  2. AmiTCP-Demo
  3. .type
  4. Communications
  5. .short
  6. TCP/IP protocol stack
  7. .description
  8.   AmiTCP/IP is the most videly used TCP/IP protocol stack for the
  9.   Amiga. AmiTCP/IP utilizes the standard Sana-II network device
  10.   drivers and provides an application level socket interface to the
  11.   Internet protocol suite as an Amiga shared library.
  12.  
  13.   AmiTCP/IP is propiertary, copyrighted product of the NSDi - Network
  14.   Solutions Development Inc, Finland.  See the file 'LICENCE' included
  15.   in the archive for the licence conditions.
  16.  
  17.   This is the demonstration version of the AmiTCP/IP 4.0.
  18.  
  19. * About the Commercial AmiTCP/IP Version
  20.  
  21.   The commercial version of AmiTCP/IP 4.0 includes:
  22.  
  23.     - Enchanced version of AmiTCP:
  24.       - Frendlier logging system with global filter etc.
  25.       - Cache for name server replies
  26.       - Sana-II 2.0 support
  27.       - Full BOOTP support
  28.       - Access control for server programs
  29.       - Optimized version for '20 and up
  30.     - Automatic BOOTP configuration utility
  31.     - Printed & online User Manual
  32.     - Technical support via email, fax and normal mail
  33.  
  34.   All the new features in the future will be added to the commercial
  35.   version only.
  36. .version
  37. 4.0
  38. .date
  39. 1994.10.31
  40. .author
  41. AmiTCP/IP Group
  42. .reference
  43. GoldFish-Vol2-1:Files/comm/net/AmiTCP/
  44. 3.0ß2   
  45. FreshFish-Vol2/New/comm/net/AmiTCP/
  46. 2.2
  47. FreshFish-Vol3/Old/Dec93/comm/net/AmiTCP/
  48. 2.2
  49. .distribution
  50. Commercial Demo
  51. .price
  52. $99 (US), DM 149, GBP 61, FIM 450
  53. .address
  54. NSDi / Orders
  55. P.O.Box 32
  56. FIN-02151 ESPOO
  57. FINLAND
  58. .email
  59. orders@nsdi.fi        (orders)
  60. AmiTCP-Bug@nsdi.fi      (Bug reports)
  61. info@nsdi.fi        (pricing & info)
  62. .docs
  63. README.First
  64. AmiTCP-demo-40.readme
  65. HowToOrder
  66. HowToInstall
  67. LICENCE
  68. COPYRIGHTS
  69. .described-by
  70. Dan Fish (daf@starfish.amigalib.com)
  71. .submittal
  72. Downloaded via ftp from kampi.hut.fi
  73. .execute
  74. set choice `RequestChoice "AmiTCP Demo" "Please select an option" "View Guide Files" "View Other Files" "Install" "Cancel"`
  75. if $choice EQ "0"
  76.   quit 5
  77. endif
  78.  
  79. if $choice EQ "1"
  80.   cd help
  81.   set filechoice `RequestFile TITLE "Select AmigaGuide File"`
  82.   set dirchoice `pathname $filechoice`
  83.   set filechoice `basename $filechoice`
  84.   failat 21
  85.   cd $dirchoice
  86.   MetaTool $filechoice GUIDE
  87. endif
  88.  
  89. if $choice EQ "2"
  90.   set filechoice `RequestFile TITLE "Select Text File"`
  91.   set dirchoice `pathname $filechoice`
  92.   set filechoice `basename $filechoice`
  93.   failat 21
  94.   cd $dirchoice
  95.   MetaTool $filechoice TEXT
  96. endif
  97.  
  98. if $choice EQ "3"
  99.   Installer SCRIPT Install_AmiTCP APPNAME AmiTCP/IP MINUSER AVERAGE
  100. endif
  101. .aminet-dir
  102. comm/tcp
  103.