Uses of Interface
org.apache.camel.builder.endpoint.dsl.SftpEndpointBuilderFactory.SftpEndpointBuilder
Packages that use SftpEndpointBuilderFactory.SftpEndpointBuilder
-
Uses of SftpEndpointBuilderFactory.SftpEndpointBuilder in org.apache.camel.builder.endpoint
Methods in org.apache.camel.builder.endpoint that return SftpEndpointBuilderFactory.SftpEndpointBuilderModifier and TypeMethodDescriptionSFTP (camel-ftp) Upload and download files to/from SFTP servers.SFTP (camel-ftp) Upload and download files to/from SFTP servers. -
Uses of SftpEndpointBuilderFactory.SftpEndpointBuilder in org.apache.camel.builder.endpoint.dsl
Methods in org.apache.camel.builder.endpoint.dsl that return SftpEndpointBuilderFactory.SftpEndpointBuilderModifier and TypeMethodDescriptionSftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.basic()SftpEndpointBuilderFactory.SftpEndpointBuilder.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.Set a comma separated list of ciphers that will be used in order of preference.SftpEndpointBuilderFactory.SftpEndpointBuilder.disconnect(boolean disconnect) Whether or not to disconnect from remote FTP server right after use.SftpEndpointBuilderFactory.SftpEndpointBuilder.disconnect(String disconnect) Whether or not to disconnect from remote FTP server right after use.SftpEndpointBuilderFactory.SftpEndpointBuilder.doneFileName(String doneFileName) Producer: If provided, then Camel will write a 2nd done file when the original file has been written.SftpEndpointBuilderFactory.endpointBuilder(String componentName, String path) Use Expression such as File Language to dynamically set the filename.SftpEndpointBuilderFactory.SftpEndpointBuilder.jschLoggingLevel(String jschLoggingLevel) The logging level to use for JSCH activity logging.SftpEndpointBuilderFactory.SftpEndpointBuilder.jschLoggingLevel(org.apache.camel.LoggingLevel jschLoggingLevel) The logging level to use for JSCH activity logging.SftpEndpointBuilderFactory.SftpEndpointBuilder.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.SftpEndpointBuilder.knownHosts(byte[] knownHosts) Sets the known_hosts from the byte array, so that the SFTP endpoint can do host key verification.SftpEndpointBuilderFactory.SftpEndpointBuilder.knownHosts(String knownHosts) Sets the known_hosts from the byte array, so that the SFTP endpoint can do host key verification.SftpEndpointBuilderFactory.SftpEndpointBuilder.knownHostsFile(String knownHostsFile) Sets the known_hosts file, so that the SFTP endpoint can do host key verification.SftpEndpointBuilderFactory.SftpEndpointBuilder.knownHostsUri(String knownHostsUri) Sets the known_hosts file (loaded from classpath by default), so that the SFTP endpoint can do host key verification.SftpEndpointBuilderFactory.SftpEndpointBuilder.passiveMode(boolean passiveMode) Sets passive mode connections.SftpEndpointBuilderFactory.SftpEndpointBuilder.passiveMode(String passiveMode) Sets passive mode connections.Password to use for login.SftpEndpointBuilderFactory.SftpEndpointBuilder.preferredAuthentications(String preferredAuthentications) Set the preferred authentications which SFTP endpoint will used.SftpEndpointBuilderFactory.SftpEndpointBuilder.privateKey(byte[] privateKey) Set the private key as byte so that the SFTP endpoint can do private key verification.SftpEndpointBuilderFactory.SftpEndpointBuilder.privateKey(String privateKey) Set the private key as byte so that the SFTP endpoint can do private key verification.SftpEndpointBuilderFactory.SftpEndpointBuilder.privateKeyFile(String privateKeyFile) Set the private key file so that the SFTP endpoint can do private key verification.SftpEndpointBuilderFactory.SftpEndpointBuilder.privateKeyPassphrase(String privateKeyPassphrase) Set the private key file passphrase so that the SFTP endpoint can do private key verification.SftpEndpointBuilderFactory.SftpEndpointBuilder.privateKeyUri(String privateKeyUri) Set the private key file (loaded from classpath by default) so that the SFTP endpoint can do private key verification.SftpEndpointBuilderFactory.SftpEndpointBuilder.publicKeyAcceptedAlgorithms(String publicKeyAcceptedAlgorithms) Set a comma separated list of public key accepted algorithms.Sets the path separator to be used.SftpEndpointBuilderFactory.SftpEndpointBuilder.separator(org.apache.camel.component.file.remote.RemoteFileConfiguration.PathSeparator separator) Sets the path separator to be used.SftpEndpointBuilderFactory.SftpEndpointBuilder.serverHostKeys(String serverHostKeys) Set a comma separated list of algorithms supported for the server host key.SFTP (camel-ftp) Upload and download files to/from SFTP servers.SFTP (camel-ftp) Upload and download files to/from SFTP servers.SftpEndpointBuilderFactory.SftpEndpointBuilder.strictHostKeyChecking(String strictHostKeyChecking) Sets whether to use strict host key checking.Username to use for login.SftpEndpointBuilderFactory.SftpEndpointBuilder.useUserKnownHostsFile(boolean useUserKnownHostsFile) If knownHostFile has not been explicit configured then use the host file from System.getProperty(user.home)/.ssh/known_hosts.SftpEndpointBuilderFactory.SftpEndpointBuilder.useUserKnownHostsFile(String useUserKnownHostsFile) If knownHostFile has not been explicit configured then use the host file from System.getProperty(user.home)/.ssh/known_hosts.