| 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 |
|---|---|
SSLFTPSecurityMechanism |
AdvancedSSLSettings.getSecurityMechanism()
Set the security mechanism that should be used to set up the
secure connection.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AdvancedSSLSettings.setSecurityMechanism(SSLFTPSecurityMechanism auth)
Get the security mechanism that should be used to set up the
secure connection.
|
| Modifier and Type | Field and Description |
|---|---|
static SSLFTPSecurityMechanism |
SSLFTPSecurityMechanism.AUTH_SSL
Deprecated.
|
static SSLFTPSecurityMechanism |
SSLFTPSecurityMechanism.AUTH_TLS
Used to ask for SSL negotiation without implicitly protecting the data connection.
|
static SSLFTPSecurityMechanism |
SSLFTPSecurityMechanism.AUTH_TLS_C
Used to ask for SSL negotiation without implicitly protecting the data connection.
|
Copyright © 2001-2014 Enterprise Distributed Technologies Ltd. All Rights Reserved.