|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.ssh2.SSH2ConsoleRemote
com.mindbright.ssh2.SSH2SCP1Client
public final class SSH2SCP1Client
Creates a window in which gives us a command-line interface to scp1.
Field Summary |
---|
Fields inherited from class com.mindbright.ssh2.SSH2ConsoleRemote |
---|
connection, session, stderr, stdout |
Constructor Summary | |
---|---|
SSH2SCP1Client(java.io.File cwd,
SSH2Connection connection,
java.io.OutputStream stderr,
boolean verbose)
|
Method Summary | |
---|---|
SSHSCP1 |
scp1()
Get the underlying SSHSCP1 object. |
Methods inherited from class com.mindbright.ssh2.SSH2ConsoleRemote |
---|
changeStdOut, close, close, command, command, command, command, command, command, command, commandWithTerminal, getStdIn, getStdOut, sendBreak, shell, shell, shell, terminal, waitForExitStatus, waitForExitStatus |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SSH2SCP1Client(java.io.File cwd, SSH2Connection connection, java.io.OutputStream stderr, boolean verbose)
cwd
- Name of current working directory.connection
- Connection object to run over.stderr
- Stream to output error messages onverbose
- Verbose flagMethod Detail |
---|
public SSHSCP1 scp1()
SSHSCP1
object.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |