| Package | Description |
|---|---|
| com.consol.citrus.ftp.client |
| Modifier and Type | Method and Description |
|---|---|
ScpClientBuilder |
ScpClientBuilder.autoReadFiles(boolean autoReadFiles)
Sets the auto read files property.
|
ScpClientBuilder |
ScpClientBuilder.correlator(MessageCorrelator correlator)
Sets the message correlator.
|
ScpClientBuilder |
ScpClientBuilder.errorHandlingStrategy(ErrorHandlingStrategy errorStrategy)
Sets the error handling strategy.
|
ScpClientBuilder |
ScpClientBuilder.host(String host)
Sets the host property.
|
ScpClientBuilder |
ScpClientBuilder.knownHosts(String knownHosts)
Sets the knownHosts property.
|
ScpClientBuilder |
ScpClientBuilder.password(String password)
Sets the client password.
|
ScpClientBuilder |
ScpClientBuilder.pollingInterval(int pollingInterval)
Sets the polling interval.
|
ScpClientBuilder |
ScpClientBuilder.port(int port)
Sets the port property.
|
ScpClientBuilder |
ScpClientBuilder.portOption(String option)
Sets the port option property.
|
ScpClientBuilder |
ScpClientBuilder.privateKeyPassword(String privateKeyPassword)
Sets the privateKeyPassword property.
|
ScpClientBuilder |
ScpClientBuilder.privateKeyPath(String privateKeyPath)
Sets the privateKeyPath property.
|
ScpClientBuilder |
ScpClientBuilder.strictHostChecking(boolean strictHostChecking)
Sets the strictHostChecking property.
|
ScpClientBuilder |
ScpClientBuilder.timeout(long timeout)
Sets the default timeout.
|
ScpClientBuilder |
ScpClientBuilder.username(String username)
Sets the client username.
|
Copyright © 2008–2018 ConSol Software GmbH. All rights reserved.