Uses of Interface
org.apache.camel.builder.endpoint.dsl.FtpsEndpointBuilderFactory.FtpsEndpointBuilder
Packages that use FtpsEndpointBuilderFactory.FtpsEndpointBuilder
-
Uses of FtpsEndpointBuilderFactory.FtpsEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return FtpsEndpointBuilderFactory.FtpsEndpointBuilderModifier and TypeMethodDescriptionFTPS (camel-ftp) Upload and download files to/from FTP servers supporting the FTPS protocol.FTPS (camel-ftp) Upload and download files to/from FTP servers supporting the FTPS protocol. -
Uses of FtpsEndpointBuilderFactory.FtpsEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return FtpsEndpointBuilderFactory.FtpsEndpointBuilderModifier and TypeMethodDescriptionAccount to use for login.FtpsEndpointBuilderFactory.AdvancedFtpsEndpointBuilder.basic()FtpsEndpointBuilderFactory.FtpsEndpointBuilder.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.FtpsEndpointBuilder.disableSecureDataChannelDefaults(boolean disableSecureDataChannelDefaults) Use this option to disable default options when using secure data channel.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.disableSecureDataChannelDefaults(String disableSecureDataChannelDefaults) Use this option to disable default options when using secure data channel.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.disconnect(boolean disconnect) Whether or not to disconnect from remote FTP server right after use.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.disconnect(String disconnect) Whether or not to disconnect from remote FTP server right after use.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.doneFileName(String doneFileName) Producer: If provided, then Camel will write a 2nd done file when the original file has been written.FtpsEndpointBuilderFactory.endpointBuilder(String componentName, String path) 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.Use Expression such as File Language to dynamically set the filename.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.ftpClientKeyStoreParameters(String key, Object value) Set the key store parameters.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.ftpClientKeyStoreParameters(Map values) Set the key store parameters.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.ftpClientTrustStoreParameters(String key, Object value) Set the trust store parameters.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.ftpClientTrustStoreParameters(Map values) Set the trust store parameters.FTPS (camel-ftp) Upload and download files to/from FTP servers supporting the FTPS protocol.FTPS (camel-ftp) Upload and download files to/from FTP servers supporting the FTPS protocol.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.implicit(boolean implicit) Set the security mode (Implicit/Explicit).Set the security mode (Implicit/Explicit).FtpsEndpointBuilderFactory.FtpsEndpointBuilder.passiveMode(boolean passiveMode) Sets passive mode connections.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.passiveMode(String passiveMode) Sets passive mode connections.Password to use for login.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.securityProtocol(String securityProtocol) Set the underlying security protocol.Sets the path separator to be used.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.separator(org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator separator) Sets the path separator to be used.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.sslContextParameters(String sslContextParameters) Gets the JSSE configuration that overrides any settings in FtpsEndpoint#ftpClientKeyStoreParameters, ftpClientTrustStoreParameters, and FtpsConfiguration#getSecurityProtocol().FtpsEndpointBuilderFactory.FtpsEndpointBuilder.sslContextParameters(org.apache.camel.support.jsse.SSLContextParameters sslContextParameters) Gets the JSSE configuration that overrides any settings in FtpsEndpoint#ftpClientKeyStoreParameters, ftpClientTrustStoreParameters, and FtpsConfiguration#getSecurityProtocol().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.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.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.transferLoggingLevel(String transferLoggingLevel) Configure the logging level to use when logging the progress of upload and download operations.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.transferLoggingLevel(org.apache.camel.LoggingLevel transferLoggingLevel) Configure the logging level to use when logging the progress of upload and download operations.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.transferLoggingVerbose(boolean transferLoggingVerbose) Configures whether the perform verbose (fine grained) logging of the progress of upload and download operations.FtpsEndpointBuilderFactory.FtpsEndpointBuilder.transferLoggingVerbose(String transferLoggingVerbose) Configures whether the perform verbose (fine grained) logging of the progress of upload and download operations.Username to use for login.