UGN Security
Posted By: johnjohn11 how to call function at server - 06/15/04 05:38 AM
Hello everybody,

I need some help from you.

It is all around socket programming.
I got my client and server worked, it is just a simple socket programming with read() and write().

Suppose I know there is a function at the server side: void foo(char *bar).
Is it possible from client to call this function? if yes, how can i do this? what should i do?

thank you
Posted By: SilentRage Re: how to call function at server - 06/15/04 06:01 AM
When the server reads a special command sent by the client, it calls the function and can even write back out to the client the result.
© UGN Security Forum