rexec_r_ts64()--Issue a Command on a Remote Host


  Syntax
 #include <arpa/rexec.h>

 int rexec_r_ts64(char * __ptr64 * __ptr64 host,
             int port,
             char *  __ptr64 user,
             char *  __ptr64 password,
             char *  __ptr64 command,
             int *  __ptr64 errorDescriptor,
             struct hostent_data * __ptr64hostEntData);  


  Service Program Name: QSOSRVTS

  Default Public Authority: *USE

  Threadsafe: Yes

The rexec_r_ts64() function is used to open a connection to a remote host and send a user ID, password, and command to the remote host. The remote host verifies that the user ID and password are valid. The command is issued after the user ID and password are validated. rexec_r_ts64() differs from rexec_r() in that rexec_r_ts64() accepts 8-byte teraspace pointers.

For a discussion of the parameters, authorities required, return values, and other related information, see rexec_r()--Issue a Command on a Remote Host.


Usage Notes

All of the usage notes for rexec_r()--Issue a Command on a Remote Host apply to rexec_r_ts64().



API introduced: V5R1

[ Back to top | UNIX-Type APIs | APIs by category ]