I finally managed to connect sockserv to the sockcli
and creating an array I saw that when a client connects, it puts the socket number and its ip
as you can see in this picture
Now I wish send a message or a file to client but to a specific client
How I must make ?
I try to send data from server and it send only to the last connected oclient
wich is the command or function to send message to a specific oClient ?