examples
Class RunRemoteCommand2
java.lang.Object
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
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 |
RunRemoteCommand2
public RunRemoteCommand2()
main
public static void main(java.lang.String[] argv)
- Run the application