Dart.Emulation Namespace : Rexec Class |
Use the Rexec component to execute a command on a remote host (typically a UNIX host). To use the Rexec component, call one of the Connect methods to connect, then call Execute to execute the command, and then use one of the Read methods to read the results of the command.
Rexec and Rsh perform the same task using different authentication techniques. Rsh requires static information be added to .rhosts and/or hosts.equiv, whereas Rexec simply uses dynamic username/password information for authentication.
System.Object
System.MarshalByRefObject
System.ComponentModel.Component
Dart.Emulation.ComponentBase
Dart.Emulation.SocketBase
Dart.Emulation.TcpBase
Dart.Emulation.Rexec