All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
connect(String host,
String port,
String username,
String password) |
void |
disconnect() |
String |
getClientKeyStorePassword() |
String |
getClientKeyStorePath() |
FTPSClientConfig |
getDefaultConnectionSetup(com.mulesoft.api.b2b.Direction direction)
Sets up the internal ftps client config based on user configuration
|
Boolean |
getDisableCertificateValidation() |
Boolean |
getDisableClientCertificateValidation() |
String |
getHost() |
org.apache.commons.net.ftp.FTPSClient |
getInboundConnection(FTPSClientConfig key) |
String |
getKeyStorePassword() |
String |
getKeyStorePath() |
int |
getMaxActivePort() |
Integer |
getMaxConcurrentReads() |
int |
getMinActivePort() |
org.apache.commons.net.ftp.FTPSClient |
getOutboundConnection(FTPSClientConfig localConfig) |
String |
getPassword() |
String |
getPort() |
String |
getReportedIpAddress() |
FTPSSSLMode |
getSslEncryptionMode() |
Boolean |
getStreaming() |
FTPSTransferMode |
getTransferMode() |
String |
getUploadTmpDir() |
String |
getUsername() |
Boolean |
isPartnerManager() |
Object |
recordTransmissionResults(FTPResult.FTPResultStatus status,
com.mulesoft.api.b2b.Direction direction,
org.apache.commons.net.ftp.FTPSClient client,
String fileName,
String errorMessage,
org.mule.api.MuleEvent event) |
void |
setClientKeyStorePassword(String clientKeyStorePassword) |
void |
setClientKeyStorePath(String clientKeyStorePath) |
void |
setDisableCertificateValidation(Boolean disableCertificateValidation) |
void |
setDisableClientCertificateValidation(Boolean disableClientCertificateValidation) |
void |
setHost(String host) |
void |
setKeyStorePassword(String keyStorePassword) |
void |
setKeyStorePath(String keyStorePath) |
void |
setMaxActivePort(Integer maxActivePort) |
void |
setMaxConcurrentReads(Integer maxConcurrentReads) |
void |
setMinActivePort(Integer minActivePort) |
void |
setPassword(String password) |
void |
setPort(String port) |
void |
setReportedIpAddress(String reportedIpAddress) |
void |
setSslEncryptionMode(FTPSSSLMode sslEncryptionMode) |
void |
setStreaming(Boolean streaming) |
void |
setTransferMode(FTPSTransferMode transferMode) |
void |
setUploadTmpDir(String uploadTmpDir) |
void |
setUsername(String username) |
void |
testConnectivity(String host,
String port,
String username,
String password) |
boolean |
validateConnection() |