examples
Class RunRemoteCommand2

java.lang.Object
  extended by examples.RunRemoteCommand2

public class RunRemoteCommand2
extends java.lang.Object

This is a variant of RunRemoteCommand which processes the stdio streams slightly differently, otherwise it does exactly the same thing.

Usage: java -cp examples.jar examples.RunRemoteCommand2 server[:port] username password command_line

See Also:
RemoteShellScript, RunRemoteCommand

Constructor Summary
RunRemoteCommand2()
           
 
Method Summary
static void main(java.lang.String[] argv)
          Run the application
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RunRemoteCommand2

public RunRemoteCommand2()
Method Detail

main

public static void main(java.lang.String[] argv)
Run the application