SftpClientBuilder |
SftpClientBuilder.autoReadFiles(boolean autoReadFiles) |
Sets the auto read files property.
|
SftpClientBuilder |
SftpClientBuilder.correlator(com.consol.citrus.message.MessageCorrelator correlator) |
Sets the message correlator.
|
SftpClientBuilder |
SftpClientBuilder.errorHandlingStrategy(com.consol.citrus.message.ErrorHandlingStrategy errorStrategy) |
Sets the error handling strategy.
|
SftpClientBuilder |
SftpClientBuilder.host(String host) |
Sets the host property.
|
SftpClientBuilder |
SftpClientBuilder.knownHosts(String knownHosts) |
Sets the knownHosts property.
|
SftpClientBuilder |
SftpClientBuilder.localPassiveMode(boolean localPassiveMode) |
Sets the local passive mode property.
|
SftpClientBuilder |
SftpClientBuilder.password(String password) |
Sets the client password.
|
SftpClientBuilder |
SftpClientBuilder.pollingInterval(int pollingInterval) |
Sets the polling interval.
|
SftpClientBuilder |
SftpClientBuilder.port(int port) |
Sets the port property.
|
SftpClientBuilder |
SftpClientBuilder.preferredAuthentications(String preferredAuthentications) |
Sets the preferred authentications property.
|
SftpClientBuilder |
SftpClientBuilder.privateKeyPassword(String privateKeyPassword) |
Sets the privateKeyPassword property.
|
SftpClientBuilder |
SftpClientBuilder.privateKeyPath(String privateKeyPath) |
Sets the privateKeyPath property.
|
SftpClientBuilder |
SftpClientBuilder.sessionConfigs(Map<String,String> sessionConfigs) |
Sets the sessionConfigs property.
|
SftpClientBuilder |
SftpClientBuilder.strictHostChecking(boolean strictHostChecking) |
Sets the strictHostChecking property.
|
SftpClientBuilder |
SftpClientBuilder.timeout(long timeout) |
Sets the default timeout.
|
SftpClientBuilder |
SftpClientBuilder.username(String username) |
Sets the client username.
|