| Package | Description |
|---|---|
| net.sf.sshapi.impl.libssh |
Ganymed SSH-2 for Java is a library which implements the SSH-2 protocol in pure Java (tested on J2SE 1.4.2 and 5.0).
|
| ssh |
| Constructor and Description |
|---|
LibsshInputStream(SshLibrary library,
SshLibrary.ssh_channel channel,
boolean stderr) |
LibsshLocalForward(SshLibrary.ssh_session libSshSession,
SshLibrary library,
java.lang.String localAddress,
int localPort,
java.lang.String remoteHost,
int remotePort) |
LibsshOutputStream(SshLibrary library,
SshLibrary.ssh_channel channel) |
LibsshSCPClient(SshLibrary library,
SshLibrary.ssh_session libSshSession) |
LibsshShell(SshLibrary.ssh_session libSshSession,
SshLibrary library,
java.lang.String termType,
int cols,
int rows,
boolean useExtendedStream) |
| Modifier and Type | Field and Description |
|---|---|
static SshLibrary |
SshLibrary.INSTANCE |
Copyright © 2018. All rights reserved.