examples
Class InteractRemoteCommand

java.lang.Object
  extended byexamples.InteractRemoteCommand

public class InteractRemoteCommand
extends java.lang.Object

This is a simple demo of interacting with a single command on a ssh2 server.

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

See Also:
RunRemoteCommand, RunRemoteCommand2

Constructor Summary
InteractRemoteCommand()
           
 
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

InteractRemoteCommand

public InteractRemoteCommand()
Method Detail

main

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