RemoteUser Property
The id of the user on the remote host.
Object Oriented Interface
public function getRemoteUser(); public function setRemoteUser($value);
Procedural Interface
ipworks_rexec_get($res, 19 ); ipworks_rexec_set($res, 19, $value );
Default Value
''
Remarks
This must be the id of a user in the remote host for whom remote execution of commands is permitted.
Data Type
String