Uses of Interface
org.apache.camel.builder.endpoint.dsl.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder
Packages that use SftpEndpointBuilderFactory.SftpEndpointProducerBuilder
-
Uses of SftpEndpointBuilderFactory.SftpEndpointProducerBuilder in org.apache.camel.builder.endpoint.dsl
Subinterfaces of SftpEndpointBuilderFactory.SftpEndpointProducerBuilder in org.apache.camel.builder.endpoint.dslModifier and TypeInterfaceDescriptionstatic interfaceBuilder for endpoint for the SFTP component.Methods in org.apache.camel.builder.endpoint.dsl that return SftpEndpointBuilderFactory.SftpEndpointProducerBuilderModifier and TypeMethodDescriptionSftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.basic()SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.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.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.checksumFileAlgorithm(String checksumFileAlgorithm) If provided, then Camel will write a checksum file when the original file has been written.Set a comma separated list of ciphers that will be used in order of preference.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.disconnect(boolean disconnect) Whether or not to disconnect from remote FTP server right after use.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.disconnect(String disconnect) Whether or not to disconnect from remote FTP server right after use.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.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.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.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.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.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.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.jailStartingDirectory(boolean jailStartingDirectory) Used for jailing (restricting) writing files to the starting directory (and sub) only.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.jailStartingDirectory(String jailStartingDirectory) Used for jailing (restricting) writing files to the starting directory (and sub) only.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.jschLoggingLevel(String jschLoggingLevel) The logging level to use for JSCH activity logging.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.jschLoggingLevel(org.apache.camel.LoggingLevel jschLoggingLevel) The logging level to use for JSCH activity logging.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.keyExchangeProtocols(String keyExchangeProtocols) Set a comma separated list of key exchange protocols that will be used in order of preference.Sets a key pair of the public and private key so to that the SFTP endpoint can do public/private key verification.Sets a key pair of the public and private key so to that the SFTP endpoint can do public/private key verification.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.knownHosts(byte[] knownHosts) Sets the known_hosts from the byte array, so that the SFTP endpoint can do host key verification.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.knownHosts(String knownHosts) Sets the known_hosts from the byte array, so that the SFTP endpoint can do host key verification.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.knownHostsFile(String knownHostsFile) Sets the known_hosts file, so that the SFTP endpoint can do host key verification.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.knownHostsUri(String knownHostsUri) Sets the known_hosts file (loaded from classpath by default), so that the SFTP endpoint can do host key verification.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.moveExisting(String moveExisting) Expression (such as File Language) used to compute file name to use when fileExist=Move is configured.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.passiveMode(boolean passiveMode) Sets passive mode connections.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.passiveMode(String passiveMode) Sets passive mode connections.Password to use for login.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.preferredAuthentications(String preferredAuthentications) Set the preferred authentications which SFTP endpoint will used.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.privateKey(byte[] privateKey) Set the private key as byte so that the SFTP endpoint can do private key verification.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.privateKey(String privateKey) Set the private key as byte so that the SFTP endpoint can do private key verification.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.privateKeyFile(String privateKeyFile) Set the private key file so that the SFTP endpoint can do private key verification.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.privateKeyPassphrase(String privateKeyPassphrase) Set the private key file passphrase so that the SFTP endpoint can do private key verification.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.privateKeyUri(String privateKeyUri) Set the private key file (loaded from classpath by default) so that the SFTP endpoint can do private key verification.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.publicKeyAcceptedAlgorithms(String publicKeyAcceptedAlgorithms) Set a comma separated list of public key accepted algorithms.Sets the path separator to be used.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.separator(org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator separator) Sets the path separator to be used.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.serverHostKeys(String serverHostKeys) Set a comma separated list of algorithms supported for the server host key.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.strictHostKeyChecking(String strictHostKeyChecking) Sets whether to use strict host key checking.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.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.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.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.Username to use for login.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.useUserKnownHostsFile(boolean useUserKnownHostsFile) If knownHostFile has not been explicit configured then use the host file from System.getProperty(user.home)/.ssh/known_hosts.SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.useUserKnownHostsFile(String useUserKnownHostsFile) If knownHostFile has not been explicit configured then use the host file from System.getProperty(user.home)/.ssh/known_hosts.