| Interface | Description |
|---|---|
| Operation | An operation such as a command or shell execution. |
| Operations | An aggregate of core SSH operations. |
| Trait | Description |
|---|---|
| CommandSettings | Settings for Command. |
| ShellSettings | Settings for Shell. |
| Class | Description |
|---|---|
| Command | A command operation. |
| CommandSettings.With | |
| DefaultOperations | Default implementation of Operations. |
| DryRunOperation | |
| DryRunOperations | Dry-run implementation of Operations. |
| SftpOperations | An aggregate of file transfer operations. |
| SftpProgress | A bridge class between com.jcraft.jsch.SftpProgressMonitor and FileTransferProgress. |
| Shell | A shell operation. |
| ShellSettings.With |
| Enum | Description |
|---|---|
| SftpError | SFTP errors defined in the SFTP protocol. |
| Exception | Description |
|---|---|
| SftpException | Represents SFTP error. |
| SftpFailureException | |
| SftpNoSuchFileException |