Rexec Component |
The Rexec control is used to execute commands on a remote UNIX machine using the rexec mechanism. (NOTE: The following is a very short description. For more information, please consult the help files that come with the respective package.) |
The output of the command is returned through the Stdout event. If an error happens on the protocol level, the error message can be found in the ErrorMessage property. Errors during command execution (the stderr stream) are given by the Stderr event.
To be able to successfully use the control, the remote host must be set up to allow execution of commands via rexec from the machine the control runs on.
This control requires a Winsock 1.1 compliant TCP/IP stack. This means that the Winsock stack installed in the system must have a version of at least 1.1. In particular, Windows 95, 98, and NT machines with Winsock 2.0 are fully supported.
PROPERTIES |
EVENTS |