Command Property
The command to be sent to the remote host.
Object Oriented Interface
public function getCommand(); public function setCommand($value);
Procedural Interface
ipworksssh_sexec_get($res, 1 ); ipworksssh_sexec_set($res, 1, $value );
Default Value
''
Remarks
Assigning a command to this property makes the class attempt to connect to the SSHHost and execute the command under the user's shell. There is no need to append an end-of-line character to the command. All output from the remote application will be returned through the Stdout event.
Note: the class will terminate the connection once the remote application has finished executing. If the exit status of the application is non-zero (failure), the class will raise an exception.
Data Type
String