Package | Description |
---|---|
com.enterprisedt.net.ftp |
FileTransferClient is the key
class for edtFTPj/Free and provides basic FTP features. |
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.