Package | Description |
---|---|
com.enterprisedt.net.ftp |
Contains classes that add support for secure file transfers via the SFTP and FTPS protocols,
as well as advanced FTP features such as connection pooling and asynchronous methods.
|
com.enterprisedt.net.ftp.ssh |
Contains classes for SFTP (FTP via SSH) client functionality.
|
Class and Description |
---|
SSHAuthenticationType
Authentication types that are possible
|
SSHAuthPrompt
Represents an SSH keyboard-interactive prompt.
|
SSHFTPAlgorithm
Each instance of
SSHFTPAlgorithm corresponds to one particular
algorithm. |
SSHFTPException
Thrown when an SFTP-related error occurs.
|
SSHFTPValidator
Provides server validation services for
SSHFTPClient . |
Class and Description |
---|
PasswordChanger
Interface for password change implementations.
|
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). |
SSHFTPException
Thrown when an SFTP-related error occurs.
|
SSHFTPPublicKey
Represents an SSH public key.
|
SSHFTPValidator
Provides server validation services for
SSHFTPClient . |
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.