> What do I need to do to get the client number into the server?

You don't because the client number changes each time a new connection is
added or closed.  You have to lookup the number each time you need it.
Or design your application so it's not needed.  

Look at the FTP server component and it's demo project, which does
exactly what you are laboriously attempting to replicate.  It sends data
back to clients, in response to data sent by the clients. And it sends
files. 

Angus

--
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to