Uses of Interface
org.apache.camel.builder.endpoint.dsl.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder
Packages that use FtpEndpointBuilderFactory.FtpEndpointProducerBuilder
-
Uses of FtpEndpointBuilderFactory.FtpEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of FtpEndpointBuilderFactory.FtpEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the FTP component.Methods in org.apache.camel.builder.endpoint.dsl that return FtpEndpointBuilderFactory.FtpEndpointProducerBuilderModifier and TypeMethodDescriptionAccount to use for login.FtpEndpointBuilderFactory.AdvancedFtpEndpointProducerBuilder.basic()FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.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.FtpEndpointProducerBuilder.disconnect(boolean disconnect) Whether or not to disconnect from remote FTP server right after use.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.disconnect(String disconnect) Whether or not to disconnect from remote FTP server right after use.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.doneFileName(String doneFileName) Producer: If provided, then Camel will write a 2nd done file when the original file has been written.What to do if a file already exists with the same name.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.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.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.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.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.jailStartingDirectory(boolean jailStartingDirectory) Used for jailing (restricting) writing files to the starting directory (and sub) only.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.jailStartingDirectory(String jailStartingDirectory) Used for jailing (restricting) writing files to the starting directory (and sub) only.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.moveExisting(String moveExisting) Expression (such as File Language) used to compute file name to use when fileExist=Move is configured.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.passiveMode(boolean passiveMode) Sets passive mode connections.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.passiveMode(String passiveMode) Sets passive mode connections.Password to use for login.Sets the path separator to be used.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.separator(org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator separator) Sets the path separator to be used.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.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.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.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.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.transferLoggingIntervalSeconds(int transferLoggingIntervalSeconds) Configures the interval in seconds to use when logging the progress of upload and download operations that are in-flight.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.transferLoggingIntervalSeconds(String transferLoggingIntervalSeconds) Configures the interval in seconds to use when logging the progress of upload and download operations that are in-flight.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.transferLoggingLevel(String transferLoggingLevel) Configure the logging level to use when logging the progress of upload and download operations.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.transferLoggingLevel(org.apache.camel.LoggingLevel transferLoggingLevel) Configure the logging level to use when logging the progress of upload and download operations.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.transferLoggingVerbose(boolean transferLoggingVerbose) Configures whether the perform verbose (fine grained) logging of the progress of upload and download operations.FtpEndpointBuilderFactory.FtpEndpointProducerBuilder.transferLoggingVerbose(String transferLoggingVerbose) Configures whether the perform verbose (fine grained) logging of the progress of upload and download operations.Username to use for login.