| Package | Description |
|---|---|
| org.apache.camel.builder.endpoint | |
| org.apache.camel.builder.endpoint.dsl |
| Modifier and Type | Method and Description |
|---|---|
static FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
StaticEndpointBuilders.ftps(String path)
FTPS (camel-ftp)
Upload and download files to/from FTP servers supporting the FTPS
protocol.
|
static FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
StaticEndpointBuilders.ftps(String componentName,
String path)
FTPS (camel-ftp)
Upload and download files to/from FTP servers supporting the FTPS
protocol.
|
| Modifier and Type | Method and Description |
|---|---|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.account(String account)
Account to use for login.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.AdvancedFtpsEndpointBuilder.basic() |
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.binary(boolean binary)
Specifies the file transfer mode, BINARY or ASCII.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.binary(String binary)
Specifies the file transfer mode, BINARY or ASCII.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.charset(String charset)
This option is used to specify the encoding of the file.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.disableSecureDataChannelDefaults(boolean disableSecureDataChannelDefaults)
Use this option to disable default options when using secure data
channel.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.disableSecureDataChannelDefaults(String disableSecureDataChannelDefaults)
Use this option to disable default options when using secure data
channel.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.disconnect(boolean disconnect)
Whether or not to disconnect from remote FTP server right after use.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.disconnect(String disconnect)
Whether or not to disconnect from remote FTP server right after use.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.doneFileName(String doneFileName)
Producer: If provided, then Camel will write a 2nd done file when the
original file has been written.
|
static FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.execPbsz(Long execPbsz)
When using secure data channel you can set the exec protection buffer
size.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.execPbsz(String execPbsz)
When using secure data channel you can set the exec protection buffer
size.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.execProt(String execProt)
The exec protection level PROT command.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.fileName(org.apache.camel.Expression fileName)
Use Expression such as File Language to dynamically set the filename.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.fileName(String fileName)
Use Expression such as File Language to dynamically set the filename.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.ftpClientKeyStoreParameters(Map values)
Set the key store parameters.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.ftpClientKeyStoreParameters(String key,
Object value)
Set the key store parameters.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.ftpClientTrustStoreParameters(Map values)
Set the trust store parameters.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.ftpClientTrustStoreParameters(String key,
Object value)
Set the trust store parameters.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsBuilders.ftps(String path)
FTPS (camel-ftp)
Upload and download files to/from FTP servers supporting the FTPS
protocol.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsBuilders.ftps(String componentName,
String path)
FTPS (camel-ftp)
Upload and download files to/from FTP servers supporting the FTPS
protocol.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.implicit(boolean implicit)
Set the security mode (Implicit/Explicit).
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.implicit(String implicit)
Set the security mode (Implicit/Explicit).
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.passiveMode(boolean passiveMode)
Sets passive mode connections.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.passiveMode(String passiveMode)
Sets passive mode connections.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.password(String password)
Password to use for login.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.securityProtocol(String securityProtocol)
Set the underlying security protocol.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.separator(FtpsEndpointBuilderFactory.PathSeparator separator)
Sets the path separator to be used.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.separator(String separator)
Sets the path separator to be used.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.sslContextParameters(Object sslContextParameters)
Gets the JSSE configuration that overrides any settings in
FtpsEndpoint#ftpClientKeyStoreParameters,
ftpClientTrustStoreParameters, and
FtpsConfiguration#getSecurityProtocol().
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.sslContextParameters(String sslContextParameters)
Gets the JSSE configuration that overrides any settings in
FtpsEndpoint#ftpClientKeyStoreParameters,
ftpClientTrustStoreParameters, and
FtpsConfiguration#getSecurityProtocol().
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.transferLoggingIntervalSeconds(int transferLoggingIntervalSeconds)
Configures the interval in seconds to use when logging the progress
of upload and download operations that are in-flight.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.transferLoggingIntervalSeconds(String transferLoggingIntervalSeconds)
Configures the interval in seconds to use when logging the progress
of upload and download operations that are in-flight.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.transferLoggingLevel(org.apache.camel.LoggingLevel transferLoggingLevel)
Configure the logging level to use when logging the progress of
upload and download operations.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.transferLoggingLevel(String transferLoggingLevel)
Configure the logging level to use when logging the progress of
upload and download operations.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.transferLoggingVerbose(boolean transferLoggingVerbose)
Configures whether the perform verbose (fine grained) logging of the
progress of upload and download operations.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.transferLoggingVerbose(String transferLoggingVerbose)
Configures whether the perform verbose (fine grained) logging of the
progress of upload and download operations.
|
default FtpsEndpointBuilderFactory.FtpsEndpointBuilder |
FtpsEndpointBuilderFactory.FtpsEndpointBuilder.username(String username)
Username to use for login.
|
Apache Camel