Dart.Emulation Namespace > Rsh Class > Execute Method : Execute(String,String,String) Method |
Public Overloads Sub Execute( _ ByVal username As String, _ ByVal command As String, _ ByVal clientUsername As String _ )
This method executes the command specified by command. A Read method should be used to get the results.
The username is the login name of the user as known on the server. The clientUsername may be used if the client username differs from the server username.
Use Connect(TcpSession) to connect to a port other than 514.