Hello,
I am developing a telnet server.
My problem is how to redirect the socket strams(at the server end each of which handles a particular client)
to the process newly created to execute an exe as requested from the client.For each client a seperate thread is created at the server end.
I am developing a telnet server.
My problem is how to redirect the socket strams(at the server end each of which handles a particular client)
to the process newly created to execute an exe as requested from the client.For each client a seperate thread is created at the server end.