Indy 9
|
TIdRemoteCMDClient = class(TIdTCPClient)
property ErrorMessage: String;
property ErrorReply: Boolean;
property UseStdError: Boolean;
The TIdRemoteCMDClient.ErrorReply and TIdRemoteCMDClient.ErrorMessage properties are not effected by this property at all.
If the user is behind a firewall, the TIdRemoteCMDClient.UseStdError property should be set to false because a connection to a Rexec or RSH daemon may fail if it can not connect to a user's StdError port.
constructor Create(AOwner: TComponent); override;
destructor Destroy; override;
function Execute(ACommand: String): String; virtual;