![]() |
![]() |
![]() |
Execute a command on a remote host (via a SOCKS server)
int Rrcmd( char ** ahost, int inport, const char * locuser, const char * remuser, const char * cmd, int * fd2p );
libsocks
The Rrcmd() function is a cover function for rcmd() -- the difference is that Rrcmd() does its job via a SOCKS server.
For more information about SOCKS and its libraries, see Appendix A: SOCKS -- A Basic Firewall.
A valid socket descriptor; or -1 if an error occurs and a message is printed to standard error.
Safety: | |
---|---|
Cancellation point | No |
Interrupt handler | No |
Signal handler | No |
Thread | No |
Appendix A: SOCKS -- A Basic Firewall
![]() |
![]() |
![]() |