Class Overview
A FTPSConnectorProcessAdapter
is a wrapper around FTPSConnector
that enables custom processing strategies.
Summary
[Expand]
Inherited Fields |
From class
org.mule.modules.ftps.FTPSConnector
private
B2BProvider |
b2b |
|
private
Boolean |
disableCertificateValidation |
Password for the FTPS Server
|
private
String |
host |
Domain or IP address of the server
|
private
String |
keyStorePassword |
Specify the password for SSL Certificate
|
private
String |
keyStorePath |
Specify where the SSL Certificate is located
|
private
static
final
Logger |
logger |
|
private
Integer |
maxActivePort |
Maximum port for Active data transfers
|
private
Integer |
maxConcurrentReads |
If set, the connector will try to upload files to the temporary directory and move them to their final destination once the
upload completes."
|
private
Integer |
minActivePort |
Minimum port for Active data transfers
|
private
MuleContext |
muleContext |
|
private
String |
password |
Password for the FTPS Server
|
private
String |
port |
Port of the FTP server
|
private
String |
reportedIpAddress |
Reportable IP address to be used in Active Mode
|
private
FTPSSSLMode |
sslEncryptionMode |
Choose between implicit and explicit modes
|
private
FTPSTransferMode |
transferMode |
Choose between active and passive modes
|
private
String |
uploadTmpDir |
If set, the connector will try to upload files to the temporary directory and move them to their final destination once the
upload completes."
|
private
Boolean |
useB2BProvider |
Integrate with Anypoint B2B platform to manage your AS2 Connector and record AS2 transmissions. |
private
String |
username |
Username for the FTPS Server
|
|
Public Constructors
public
FTPSConnectorProcessAdapter
()
Public Methods