.name
AmiTCP-Demo
.type
Communications
.short
TCP/IP protocol stack
.description
  AmiTCP/IP is the most videly used TCP/IP protocol stack for the
  Amiga. AmiTCP/IP utilizes the standard Sana-II network device
  drivers and provides an application level socket interface to the
  Internet protocol suite as an Amiga shared library.

  AmiTCP/IP is propiertary, copyrighted product of the NSDi - Network
  Solutions Development Inc, Finland.  See the file 'LICENCE' included
  in the archive for the licence conditions.

  This is the demonstration version of the AmiTCP/IP 4.0.

* About the Commercial AmiTCP/IP Version

  The commercial version of AmiTCP/IP 4.0 includes:

	- Enchanced version of AmiTCP:
	  - Frendlier logging system with global filter etc.
	  - Cache for name server replies
	  - Sana-II 2.0 support
	  - Full BOOTP support
	  - Access control for server programs
	  - Optimized version for '20 and up
	- Automatic BOOTP configuration utility
	- Printed & online User Manual
	- Technical support via email, fax and normal mail

  All the new features in the future will be added to the commercial
  version only.
.version
4.0
.date
1994.10.31
.author
AmiTCP/IP Group
.reference
GoldFish-Vol2-1:Files/comm/net/AmiTCP/
3.0ß2   
FreshFish-Vol2/New/comm/net/AmiTCP/
2.2
FreshFish-Vol3/Old/Dec93/comm/net/AmiTCP/
2.2
.distribution
Commercial Demo
.price
$99 (US), DM 149, GBP 61, FIM 450
.address
NSDi / Orders
P.O.Box 32
FIN-02151 ESPOO
FINLAND
.email
orders@nsdi.fi		(orders)
AmiTCP-Bug@nsdi.fi  	(Bug reports)
info@nsdi.fi		(pricing & info)
.docs
README.First
AmiTCP-demo-40.readme
HowToOrder
HowToInstall
LICENCE
COPYRIGHTS
.described-by
Dan Fish (daf@starfish.amigalib.com)
.submittal
Downloaded via ftp from kampi.hut.fi
.execute
set choice `RequestChoice "AmiTCP Demo" "Please select an option" "View Guide Files" "View Other Files" "Install" "Cancel"`
if $choice EQ "0"
  quit 5
endif

if $choice EQ "1"
  cd help
  set filechoice `RequestFile TITLE "Select AmigaGuide File"`
  set dirchoice `pathname $filechoice`
  set filechoice `basename $filechoice`
  failat 21
  cd $dirchoice
  MetaTool $filechoice GUIDE
endif

if $choice EQ "2"
  set filechoice `RequestFile TITLE "Select Text File"`
  set dirchoice `pathname $filechoice`
  set filechoice `basename $filechoice`
  failat 21
  cd $dirchoice
  MetaTool $filechoice TEXT
endif

if $choice EQ "3"
  Installer SCRIPT Install_AmiTCP APPNAME AmiTCP/IP MINUSER AVERAGE
endif
.aminet-dir
comm/tcp
