|
I want to know if it is possible to
redirect the output of a command to a ssl
socket.For example in plain socket you
will use something like this:
dup2(sock,1);
dup2(sock,2);
execvp("command",args);
i want to do the exact same thing using SSL
sockets.
Thanx in advance.
Herman Polloni
|
- Re: stdout and stderr redirection to a SSL socket Herman Polloni
