Implements the Remote Shell and Remote Login protocols.
For a list of all members of this type, see RshClient Members.
System.Object
SocketTools.RshClient
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.
The RshClient class is used to execute a command on a server and return the output of that command to the client. This is most commonly used with UNIX based servers, although there are implementations of remote command servers for the Windows operating system. The class supports both the rsh and rshell remote execution protocols and provides functions which can be used to search the data stream for specific sequences of characters. This makes it extremely easy to write Windows applications which serve as light-weight client interfaces to commands being executed on a UNIX server or another Windows system. The class can also be used to establish a remote terminal session using the rlogin protocol, which is similar to how the Telnet protocol functions.
Namespace: SocketTools
Assembly: SocketTools.RshClient (in SocketTools.RshClient.dll)
RshClient Members | SocketTools Namespace