Package | Description |
---|---|
com.modus.mule.modules.ftps | |
com.modus.mule.modules.ftps.client | |
com.modus.mule.modules.ftps.config | |
com.modus.mule.modules.ftps.settings |
Modifier and Type | Method and Description |
---|---|
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 |
---|---|
FTPSTransferMode |
FTPSClientConfig.getTransferMode() |
Modifier and Type | Method and Description |
---|---|
void |
FTPSClientConfig.overrideConnectionSettings(String host,
String port,
String username,
String password,
FTPSSSLMode sslEncryptionMode,
FTPSTransferMode transferMode,
String oServerKeyStorePath,
String oServerKeyStorePassword,
Boolean oDisableServerCertificateValidation,
String reportedIpAddress,
Integer minActivePort,
Integer maxActivePort) |
void |
FTPSClientConfig.setTransferMode(FTPSTransferMode transferMode) |
Modifier and Type | Method and Description |
---|---|
FTPSTransferMode |
BasicConfig.getTransferMode() |
Modifier and Type | Method and Description |
---|---|
void |
BasicConfig.setTransferMode(FTPSTransferMode transferMode) |
Modifier and Type | Method and Description |
---|---|
static FTPSTransferMode |
FTPSTransferMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FTPSTransferMode[] |
FTPSTransferMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2017. All rights reserved.