Remote Command Execution
CLASS aprRLib
Description
The remote execution client library allows an application to execute a command on a UNIX server, with the input and output of the command redirected through the connection.
|
Variables | ||
|
|
Return a description for the Last error code | |
|
|
Enable/Disable extended Debug notifications. | |
|
|
Enable/Disable Callstack List to be included in Error Messages (:Debug) | |
|
|
Return the last error code | |
|
|
Holds the Initial Session ID value (used as the Default Session ID) | |
|
|
|
|
|
Methods | ||
|
|
Instantiate and Initialize the Class for use by the calling process | |
|
|
Terminate use of the library by the calling process | |
|
|
|
|
|
|
Cancel the current blocking operation | |
|
|
Disconnect from the current server | |
|
|
Return the current session socket | |
|
|
Determine if the client is blocked, waiting for information | |
|
|
Login to the remote server | |
|
|
Read data returned by the remote server | |
|
|
Execute a command on a remote server with host equivalence | |
|
|
Execute a command on the remote server requiring a password | |
|
|
Set the last error code | |
|
|
Get/Set the number of seconds until an operation times out | |
|
|
Enable/Disable logging of socket-level calls to the trace log | |
|
|
Write data to the server | |