See: Description
Interface | Description |
---|---|
SSHChdirEventHandler | |
SSHConsoleRemote |
Basic interface to classes implementing a console to a remote
command or shell.
|
SSHFileTransfer |
Common interface for all file transfer classes.
|
SSHFileTransferDialogControl | |
SSHFileTransferFactory |
Interface for classes creating
SSHFileTransfer instances |
SSHFileTransferProgress |
Interface for tracking progress when transferring files
|
Class | Description |
---|---|
SSHFileTransferDialog |
Dialog for transferring files.
|
SSHFileTransferGUIThread |
Copies a bunch of files, optionally recursively, to or from the
remote server while giving graphical feedback.
|
SSHSCP1 |
Copy files using the scp1 protocol.
|
SSHSCPStdoutProgress |
Report progress of a file transfer to System.out
|
Exception | Description |
---|---|
TimeoutException |
Exception thrown when a command does not finish in the given period of time.
|