default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.AdvancedSftpEndpointProducerBuilder.basic() |
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.binary(boolean binary) |
Specifies the file transfer mode, BINARY or ASCII.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.binary(String binary) |
Specifies the file transfer mode, BINARY or ASCII.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.charset(String charset) |
This option is used to specify the encoding of the file.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.ciphers(String ciphers) |
Set a comma separated list of ciphers that will be used in order of
preference.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.disconnect(boolean disconnect) |
Whether or not to disconnect from remote FTP server right after use.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.disconnect(String disconnect) |
Whether or not to disconnect from remote FTP server right after use.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.doneFileName(String doneFileName) |
Producer: If provided, then Camel will write a 2nd done file when the
original file has been written.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.fileExist(String fileExist) |
What to do if a file already exists with the same name.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.fileExist(SftpEndpointBuilderFactory.GenericFileExist fileExist) |
What to do if a file already exists with the same name.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.fileName(String fileName) |
Use Expression such as File Language to dynamically set the filename.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.fileName(org.apache.camel.Expression fileName) |
Use Expression such as File Language to dynamically set the filename.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
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.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.flatten(String flatten) |
Flatten is used to flatten the file name path to strip any leading
paths, so it's just the file name.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.jailStartingDirectory(boolean jailStartingDirectory) |
Used for jailing (restricting) writing files to the starting
directory (and sub) only.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.jailStartingDirectory(String jailStartingDirectory) |
Used for jailing (restricting) writing files to the starting
directory (and sub) only.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.jschLoggingLevel(String jschLoggingLevel) |
The logging level to use for JSCH activity logging.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.jschLoggingLevel(org.apache.camel.LoggingLevel jschLoggingLevel) |
The logging level to use for JSCH activity logging.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.keyExchangeProtocols(String keyExchangeProtocols) |
Set a comma separated list of key exchange protocols that will be
used in order of preference.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.keyPair(String keyPair) |
Sets a key pair of the public and private key so to that the SFTP
endpoint can do public/private key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.keyPair(KeyPair keyPair) |
Sets a key pair of the public and private key so to that the SFTP
endpoint can do public/private key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.knownHosts(Byte[] knownHosts) |
Sets the known_hosts from the byte array, so that the SFTP endpoint
can do host key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.knownHosts(String knownHosts) |
Sets the known_hosts from the byte array, so that the SFTP endpoint
can do host key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.knownHostsFile(String knownHostsFile) |
Sets the known_hosts file, so that the SFTP endpoint can do host key
verification.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
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.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.lazyStartProducer(boolean lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.lazyStartProducer(String lazyStartProducer) |
Whether the producer should be started lazy (on the first message).
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.moveExisting(String moveExisting) |
Expression (such as File Language) used to compute file name to use
when fileExist=Move is configured.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.moveExisting(org.apache.camel.Expression moveExisting) |
Expression (such as File Language) used to compute file name to use
when fileExist=Move is configured.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.passiveMode(boolean passiveMode) |
Sets passive mode connections.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.passiveMode(String passiveMode) |
Sets passive mode connections.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.password(String password) |
Password to use for login.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.preferredAuthentications(String preferredAuthentications) |
Set the preferred authentications which SFTP endpoint will used.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.privateKey(Byte[] privateKey) |
Set the private key as byte so that the SFTP endpoint can do private
key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.privateKey(String privateKey) |
Set the private key as byte so that the SFTP endpoint can do private
key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.privateKeyFile(String privateKeyFile) |
Set the private key file so that the SFTP endpoint can do private key
verification.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.privateKeyPassphrase(String privateKeyPassphrase) |
Set the private key file passphrase so that the SFTP endpoint can do
private key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
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.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.separator(String separator) |
Sets the path separator to be used.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.separator(SftpEndpointBuilderFactory.PathSeparator separator) |
Sets the path separator to be used.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.strictHostKeyChecking(String strictHostKeyChecking) |
Sets whether to use strict host key checking.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
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.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.tempFileName(org.apache.camel.Expression 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.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
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.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
SftpEndpointBuilderFactory.SftpEndpointProducerBuilder.username(String username) |
Username to use for login.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
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.
|
default SftpEndpointBuilderFactory.SftpEndpointProducerBuilder |
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.
|