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


  Syntax
 #include <arpa/rexec.h>

 int rexec_ts64(char * __ptr64 * __ptr64 host,  
           int port,
           char * __ptr64 user,
           char * __ptr64 password,
           char * __ptr64 command,
           int * __ptr64 errorDescriptor);


  Service Program Name: QSOSRVTS

  Default Public Authority: *USE

  Threadsafe: Yes

The rexec_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_ts64() differs from rexec() in that rexec_ts64() accepts 8-byte teraspace pointers.

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


Usage Notes

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



API introduced: V5R1

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