Package | Description |
---|---|
com.modus.mule.modules.ftps | |
com.modus.mule.modules.ftps.config | |
com.modus.mule.modules.ftps.operation |
Modifier and Type | Method and Description |
---|---|
void |
FTPSConnector.onStart() |
void |
FTPSConnector.read(org.mule.api.callback.SourceCallback callback,
String filePath,
String fileName,
String moveToDir,
String moveToFilename,
long pollingInitialDelay,
long pollingFrequency,
long sizeCheckWaitTime,
boolean zeroSizedIgnored,
long zeroSizeCheckWaitTime,
Integer zeroSizeCheckMaxRetries)
Read processor
|
String |
FTPSConnector.write(String filePath,
String fileName,
Boolean appendContents,
String oHost,
String oPort,
FTPSTransferMode oTransferMode,
FTPSSSLMode oSSLEncryptionMode,
String oUsername,
String oPassword,
String oServerKeyStorePath,
String oServerKeyStorePassword,
Boolean oDisableServerCertificateValidation,
String oUploadTmpDir,
Boolean oStreaming,
String oReportedIpAddress,
Integer oMinActivePort,
Integer oMaxActivePort,
InputStream payload,
org.mule.api.MuleEvent event)
Write processor
|
Modifier and Type | Method and Description |
---|---|
FTPSConnectorException |
BasicConfig.TestConnectionResult.getException() |
Modifier and Type | Method and Description |
---|---|
void |
BasicConfig.TestConnectionResult.setException(FTPSConnectorException exception) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractConfig.validateIncompatibleOutboundConfig(Boolean appendContents) |
Modifier and Type | Method and Description |
---|---|
String |
FTPSOutboundHelper.doWrite(org.apache.commons.net.ftp.FTPSClient ftps,
AbstractConfig config,
InputStream payload,
Boolean appendContents,
org.mule.api.MuleEvent event) |
Copyright © 2010–2017. All rights reserved.