Uses of Interface
org.apache.camel.builder.endpoint.dsl.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder
Packages that use FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder
-
Uses of FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the FTPS component.Methods in org.apache.camel.builder.endpoint.dsl that return FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilderModifier and TypeMethodDescriptionAccount to use for login.FtpsEndpointBuilderFactory.AdvancedFtpsEndpointProducerBuilder.basic()FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.binary(boolean binary) Specifies the file transfer mode, BINARY or ASCII.Specifies the file transfer mode, BINARY or ASCII.This option is used to specify the encoding of the file.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.checksumFileAlgorithm(String checksumFileAlgorithm) If provided, then Camel will write a checksum file when the original file has been written.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.disableSecureDataChannelDefaults(boolean disableSecureDataChannelDefaults) Use this option to disable default options when using secure data channel.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.disableSecureDataChannelDefaults(String disableSecureDataChannelDefaults) Use this option to disable default options when using secure data channel.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.disconnect(boolean disconnect) Whether or not to disconnect from remote FTP server right after use.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.disconnect(String disconnect) Whether or not to disconnect from remote FTP server right after use.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.doneFileName(String doneFileName) Producer: If provided, then Camel will write a 2nd done file when the original file has been written.When using secure data channel you can set the exec protection buffer size.When using secure data channel you can set the exec protection buffer size.The exec protection level PROT command.What to do if a file already exists with the same name.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.fileExist(org.apache.camel.component.file.GenericFileExist fileExist) What to do if a file already exists with the same name.Use Expression such as File Language to dynamically set the filename.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.flatten(boolean flatten) Flatten is used to flatten the file name path to strip any leading paths, so it's just the file name.Flatten is used to flatten the file name path to strip any leading paths, so it's just the file name.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.ftpClientKeyStoreParameters(String key, Object value) Set the key store parameters.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.ftpClientKeyStoreParameters(Map values) Set the key store parameters.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.ftpClientTrustStoreParameters(String key, Object value) Set the trust store parameters.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.ftpClientTrustStoreParameters(Map values) Set the trust store parameters.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.implicit(boolean implicit) Set the security mode (Implicit/Explicit).Set the security mode (Implicit/Explicit).FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.jailStartingDirectory(boolean jailStartingDirectory) Used for jailing (restricting) writing files to the starting directory (and sub) only.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.jailStartingDirectory(String jailStartingDirectory) Used for jailing (restricting) writing files to the starting directory (and sub) only.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.moveExisting(String moveExisting) Expression (such as File Language) used to compute file name to use when fileExist=Move is configured.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.passiveMode(boolean passiveMode) Sets passive mode connections.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.passiveMode(String passiveMode) Sets passive mode connections.Password to use for login.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.securityProtocol(String securityProtocol) Set the underlying security protocol.Sets the path separator to be used.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.separator(org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator separator) Sets the path separator to be used.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.sslContextParameters(String sslContextParameters) Gets the JSSE configuration that overrides any settings in FtpsEndpoint#ftpClientKeyStoreParameters, ftpClientTrustStoreParameters, and FtpsConfiguration#getSecurityProtocol().FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) Gets the JSSE configuration that overrides any settings in FtpsEndpoint#ftpClientKeyStoreParameters, ftpClientTrustStoreParameters, and FtpsConfiguration#getSecurityProtocol().FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.tempFileName(String tempFileName) The same as tempPrefix option but offering a more fine grained control on the naming of the temporary filename as it uses the File Language.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.tempPrefix(String tempPrefix) This option is used to write the file using a temporary name and then, after the write is complete, rename it to the real name.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.transferLoggingIntervalSeconds(int transferLoggingIntervalSeconds) Configures the interval in seconds to use when logging the progress of upload and download operations that are in-flight.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.transferLoggingIntervalSeconds(String transferLoggingIntervalSeconds) Configures the interval in seconds to use when logging the progress of upload and download operations that are in-flight.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.transferLoggingLevel(String transferLoggingLevel) Configure the logging level to use when logging the progress of upload and download operations.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.transferLoggingLevel(org.apache.camel.LoggingLevel transferLoggingLevel) Configure the logging level to use when logging the progress of upload and download operations.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.transferLoggingVerbose(boolean transferLoggingVerbose) Configures whether the perform verbose (fine grained) logging of the progress of upload and download operations.FtpsEndpointBuilderFactory.FtpsEndpointProducerBuilder.transferLoggingVerbose(String transferLoggingVerbose) Configures whether the perform verbose (fine grained) logging of the progress of upload and download operations.Username to use for login.