FILE: IK_TCPIP.ZIP AUTHOR: Igor Kuklin (atlantb@orc.ru) TYPE: freeware, full CW2003 exe) VERSION: 1.0.2 23/10/1998 DESCRIPTION: Some Internet examples ------------------------ This an example of some Internet applications coded in CW2003 - FTP client (use mouse right on FTP TREE for popup menu) NB - Cancel downloading is not perfect - to be recoded - HTTP server with access to MS SQL (option) - POP3 client (beta and blocking now) - SMTP client (beta and blocking now) - Socket clients and Servers Some dlls are needed for dynamic loading: -- Sock dll (wsock32.dll,wsock32n.dll ...) -- MSSQL dll (ntwdblib.dll) you have to install MSSQL Client v6.0 or v6.5 This is option: IF YOU want to have an access to MS SQL Server from Internet Explorer New from v 1.0.0 - Less blocking when waiting the response from MSSQL server - Show the ret status and return param (if any) New from v 1.0.1 - Some new advantages in FTP client