Click here to Skip to main content
15,892,674 members
Articles / Desktop Programming / MFC

The Ultimate TCP/IP Home Page

Rate me:
Please Sign up or sign in to vote.
4.98/5 (77 votes)
25 Aug 2007CPOL13 min read 2.6M   45.4K   267  
Ultimate TCP-IP is now Open Source
***********************************************************************
Ultimate TCP/IP FingerServ Server ActiveX Control 3.0 - Demo Application
***********************************************************************

Contents

	- General Features
	- Compatibility Issues with VB 5
	- How to Use This Demo

***********************************************************************

General Features
	
	- easy to initialize with properties such as MaxConnections,
	  Port, Path. 
	
	- Start() and Stop() procedures make connecting a snap.

	- numerous events to respond to such as OnMaxConnect(), 
	  OnConnect(), OnStatus().  Use the OnStatus() event to respond
	  to changes in connection status (e.g. a disconnect).

***********************************************************************

Compatibility Issues

	- this was written with VB 6.0.  It utilizes standard controls 
	  and the Dundas Socket and History controls 3.0.  It does not
	  use any VB 6 specific functions or procedures. 

***********************************************************************

How to Use This Demo

	1) first set the root path of the finger server and then start
	   the server.  You will need a finger textfile in the directory
	   which you set as the working directory.  

	2) use the finger.exe command from the console (NT users) and
	   connect to the server (you may alternatively use the 
	   Ultimate TCP/IP Finger Client Control).  Log onto the finger
	   server by using the following syntax at the client:
	   [fingertextfile]@fingerserver.com.

	3) status changes (e.g. new connections, etc.) are logged to the 
	   bottom text box.  When the maximum number of connections has
	   been reached a warning is displayed in the text box. 

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Web Developer
Canada Canada
In January 2005, David Cunningham and Chris Maunder created TheUltimateToolbox.com, a new group dedicated to the continued development, support and growth of Dundas Software’s award winning line of MFC, C++ and ActiveX control products.

Ultimate Grid for MFC, Ultimate Toolbox for MFC, and Ultimate TCP/IP have been stalwarts of C++/MFC development for a decade. Thousands of developers have used these products to speed their time to market, improve the quality of their finished products, and enhance the reliability and flexibility of their software.
This is a Organisation

476 members

Comments and Discussions