See: Description
| Interface | Description |
|---|---|
| PasswordChanger |
Interface for password change implementations.
|
| Class | Description |
|---|---|
| AbstractSFTPInputStream |
Represents an input stream of bytes coming from an FTP server, permitting
the user to download a file by reading the stream.
|
| SCPClient |
SCPClient implements SCP (SSH secure copy). |
| SSHAuthenticationType |
Authentication types that are possible
|
| SSHAuthPrompt |
Represents an SSH keyboard-interactive prompt.
|
| SSHFTPAlgorithm |
Each instance of
SSHFTPAlgorithm corresponds to one particular
algorithm. |
| SSHFTPClient |
SSHFTPClient implements SFTP (SSH File Transfer Protocol). |
| SSHFTPClient.ConfigFlags |
ConfigFlags contains various static integers which are used
to configure clients. |
| SSHFTPInputStream |
Represents an input stream of bytes coming from an FTP server, permitting
the user to download a file by reading the stream.
|
| SSHFTPOutputStream |
An output stream that writes to an SFTP server, permitting
the user to upload a file by writing to the stream.
|
| SSHFTPPublicKey |
Represents an SSH public key.
|
| SSHFTPValidator |
Provides server validation services for
SSHFTPClient. |
| SSHPasswordPrompt |
Utility class that makes it easy to create a prompt
instance that is a response to a password prompt
|
| Exception | Description |
|---|---|
| SSHFTPException |
Thrown when an SFTP-related error occurs.
|
| SSHFTPKeyException |
This exception is thrown when an error relating to SSH keys occurs.
|
SSHFTPClient.
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.