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 |
---|---|
SSLFTPCertificateStore |
AdvancedSSLSettings.getSSLServerValidationCertificates()
Returns a reference to the
SSLFTPCertificateStore
which contains the root certificates that will be used
to validate the server certificate. |
Modifier and Type | Field and Description |
---|---|
protected SSLFTPCertificateStore |
SSLFTPStandardValidator.rootCertificateStore
Reference to SSLFTPClient's root certificate store.
|
Modifier and Type | Method and Description |
---|---|
SSLFTPCertificateStore |
SSLFTPClient.getRootCertificateStore()
Returns a reference to the
SSLFTPCertificateStore
which contains the root certificates that will be used
to validate the server certificate. |
Modifier and Type | Method and Description |
---|---|
void |
SSLFTPClient.setRootCertificateStore(SSLFTPCertificateStore store)
Sets the
SSLFTPCertificateStore
which contains the root certificates that will be used
to validate the server certificate. |
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.