default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.AdvancedSftpEndpointBuilder.basic() |
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.binary(boolean binary) |
Specifies the file transfer mode, BINARY or ASCII.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.binary(String binary) |
Specifies the file transfer mode, BINARY or ASCII.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.charset(String charset) |
This option is used to specify the encoding of the file.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.ciphers(String ciphers) |
Set a comma separated list of ciphers that will be used in order of
preference.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.disconnect(boolean disconnect) |
Whether or not to disconnect from remote FTP server right after use.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.disconnect(String disconnect) |
Whether or not to disconnect from remote FTP server right after use.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.doneFileName(String doneFileName) |
Producer: If provided, then Camel will write a 2nd done file when the
original file has been written.
|
static SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.endpointBuilder(String componentName,
String path) |
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.fileName(String fileName) |
Use Expression such as File Language to dynamically set the filename.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.fileName(org.apache.camel.Expression fileName) |
Use Expression such as File Language to dynamically set the filename.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.jschLoggingLevel(String jschLoggingLevel) |
The logging level to use for JSCH activity logging.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.jschLoggingLevel(org.apache.camel.LoggingLevel jschLoggingLevel) |
The logging level to use for JSCH activity logging.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.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.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.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.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.knownHosts(Byte[] knownHosts) |
Sets the known_hosts from the byte array, so that the SFTP endpoint
can do host key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.knownHosts(String knownHosts) |
Sets the known_hosts from the byte array, so that the SFTP endpoint
can do host key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.knownHostsFile(String knownHostsFile) |
Sets the known_hosts file, so that the SFTP endpoint can do host key
verification.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
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.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.passiveMode(boolean passiveMode) |
Sets passive mode connections.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.passiveMode(String passiveMode) |
Sets passive mode connections.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.password(String password) |
Password to use for login.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.preferredAuthentications(String preferredAuthentications) |
Set the preferred authentications which SFTP endpoint will used.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.privateKey(Byte[] privateKey) |
Set the private key as byte so that the SFTP endpoint can do private
key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.privateKey(String privateKey) |
Set the private key as byte so that the SFTP endpoint can do private
key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.privateKeyFile(String privateKeyFile) |
Set the private key file so that the SFTP endpoint can do private key
verification.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.privateKeyPassphrase(String privateKeyPassphrase) |
Set the private key file passphrase so that the SFTP endpoint can do
private key verification.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
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.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.separator(String separator) |
Sets the path separator to be used.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.separator(SftpEndpointBuilderFactory.PathSeparator separator) |
Sets the path separator to be used.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpBuilders.sftp(String path) |
SFTP (camel-ftp)
Upload and download files to/from SFTP servers.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpBuilders.sftp(String componentName,
String path) |
SFTP (camel-ftp)
Upload and download files to/from SFTP servers.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.strictHostKeyChecking(String strictHostKeyChecking) |
Sets whether to use strict host key checking.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
SftpEndpointBuilderFactory.SftpEndpointBuilder.username(String username) |
Username to use for login.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
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.
|
default SftpEndpointBuilderFactory.SftpEndpointBuilder |
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.
|