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.ssl |
Contains classes for FTPS (FTP over SSL) client functionality.
|
Modifier and Type | Method and Description |
---|---|
SSLFTPValidator |
AdvancedSSLSettings.getSSLValidator()
Get the SSL validator that was set
|
Modifier and Type | Method and Description |
---|---|
void |
AdvancedSSLSettings.setSSLValidator(SSLFTPValidator sslValidator)
Set the SSL validator instance.
|
Modifier and Type | Class and Description |
---|---|
class |
SSLFTPStandardValidator
Standard server certificate validator (
SSLFTPValidator ). |
Modifier and Type | Method and Description |
---|---|
void |
SSLFTPClient.setCustomValidator(SSLFTPValidator newValidator)
Sets the validator.
|
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.