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 |
---|---|
FTPSSSLMode |
FTPSClientConfig.getSslEncryptionMode() |
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.setSslEncryptionMode(FTPSSSLMode sslEncryptionMode) |
Modifier and Type | Method and Description |
---|---|
FTPSSSLMode |
BasicConfig.getSslEncryptionMode() |
Modifier and Type | Method and Description |
---|---|
void |
BasicConfig.setSslEncryptionMode(FTPSSSLMode sslEncryptionMode) |
Modifier and Type | Method and Description |
---|---|
static FTPSSSLMode |
FTPSSSLMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FTPSSSLMode[] |
FTPSSSLMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010–2018. All rights reserved.