Uses of Interface
org.apache.camel.builder.endpoint.dsl.FtpEndpointBuilderFactory.FtpEndpointBuilder
Packages that use FtpEndpointBuilderFactory.FtpEndpointBuilder
-
Uses of FtpEndpointBuilderFactory.FtpEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return FtpEndpointBuilderFactory.FtpEndpointBuilderModifier and TypeMethodDescriptionFTP (camel-ftp) Upload and download files to/from FTP servers.FTP (camel-ftp) Upload and download files to/from FTP servers. -
Uses of FtpEndpointBuilderFactory.FtpEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return FtpEndpointBuilderFactory.FtpEndpointBuilderModifier and TypeMethodDescriptionAccount to use for login.FtpEndpointBuilderFactory.AdvancedFtpEndpointBuilder.basic()FtpEndpointBuilderFactory.FtpEndpointBuilder.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.FtpEndpointBuilderFactory.FtpEndpointBuilder.disconnect(boolean disconnect) Whether or not to disconnect from remote FTP server right after use.FtpEndpointBuilderFactory.FtpEndpointBuilder.disconnect(String disconnect) Whether or not to disconnect from remote FTP server right after use.FtpEndpointBuilderFactory.FtpEndpointBuilder.doneFileName(String doneFileName) Producer: If provided, then Camel will write a 2nd done file when the original file has been written.FtpEndpointBuilderFactory.endpointBuilder(String componentName, String path) Use Expression such as File Language to dynamically set the filename.FTP (camel-ftp) Upload and download files to/from FTP servers.FTP (camel-ftp) Upload and download files to/from FTP servers.FtpEndpointBuilderFactory.FtpEndpointBuilder.passiveMode(boolean passiveMode) Sets passive mode connections.FtpEndpointBuilderFactory.FtpEndpointBuilder.passiveMode(String passiveMode) Sets passive mode connections.Password to use for login.Sets the path separator to be used.FtpEndpointBuilderFactory.FtpEndpointBuilder.separator(org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator separator) Sets the path separator to be used.FtpEndpointBuilderFactory.FtpEndpointBuilder.transferLoggingIntervalSeconds(int transferLoggingIntervalSeconds) Configures the interval in seconds to use when logging the progress of upload and download operations that are in-flight.FtpEndpointBuilderFactory.FtpEndpointBuilder.transferLoggingIntervalSeconds(String transferLoggingIntervalSeconds) Configures the interval in seconds to use when logging the progress of upload and download operations that are in-flight.FtpEndpointBuilderFactory.FtpEndpointBuilder.transferLoggingLevel(String transferLoggingLevel) Configure the logging level to use when logging the progress of upload and download operations.FtpEndpointBuilderFactory.FtpEndpointBuilder.transferLoggingLevel(org.apache.camel.LoggingLevel transferLoggingLevel) Configure the logging level to use when logging the progress of upload and download operations.FtpEndpointBuilderFactory.FtpEndpointBuilder.transferLoggingVerbose(boolean transferLoggingVerbose) Configures whether the perform verbose (fine grained) logging of the progress of upload and download operations.FtpEndpointBuilderFactory.FtpEndpointBuilder.transferLoggingVerbose(String transferLoggingVerbose) Configures whether the perform verbose (fine grained) logging of the progress of upload and download operations.Username to use for login.