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