|
EziTCP
-
Version
2.5
The EziTCP toolkit is a collection of useful software
components (ActiveX controls and DLLs) that provide
hight level Windows Sockets (Winsock) compliant TCP/IP
functionality to applications. The EziTCP toolkit
greatly simplifies the development of Client/Server
applications that communicate over TCP/IP. The toolkit
consists of several modules. These modules provide
support for developing both Client and Server side
applications.
The EziTCP toolkit currently consists of the following
modules:
ACTCP: Provides TCP/IP Client and Server messaging.
ACFTP: Provides FTP file transfer functionality.
These modules collectively provide the following
functionality.
A high level, easy-to-use API that provides access to
Winsock functionality.
Same consistant API supported on 16-bit and 32-bit
platforms.
Can be used to build both client and server side
applications.
Can be used to implement other TCP/IP application
level protocols such as SMTP,FTP, POP3, Telnet etc.
Full file transfer functionality using FTP.
Can be used to build powerful multi-threaded server
applications (32-bit only).
Can access all the Winsock functionality.
Sample programs demonstrate every API provided.
Raw TCP/IP APIs can be used to send and receive
messages (data) between client and server applications.
|