| Package | Description |
|---|---|
| net.sf.sshapi |
SSHAPI
|
| 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).
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
SshShell
A remote shell.
|
| Modifier and Type | Method and Description |
|---|---|
SshExtendedStreamChannel |
SshClient.createCommand(java.lang.String command)
Execute a command on the remote server.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LibsshShell |
| Modifier and Type | Method and Description |
|---|---|
SshExtendedStreamChannel |
LibsshClient.createCommand(java.lang.String command) |
Copyright © 2018. All rights reserved.