| Package | Description |
|---|---|
| com.consol.citrus.ftp.client |
| Modifier and Type | Method and Description |
|---|---|
SftpClientBuilder |
SftpClientBuilder.autoReadFiles(boolean autoReadFiles)
Sets the auto read files property.
|
SftpClientBuilder |
SftpClientBuilder.correlator(MessageCorrelator correlator)
Sets the message correlator.
|
SftpClientBuilder |
SftpClientBuilder.errorHandlingStrategy(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.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.privateKeyPassword(String privateKeyPassword)
Sets the privateKeyPassword property.
|
SftpClientBuilder |
SftpClientBuilder.privateKeyPath(String privateKeyPath)
Sets the privateKeyPath 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.
|
Copyright © 2008–2018 ConSol Software GmbH. All rights reserved.