| Package | Description |
|---|---|
| com.consol.citrus.ftp.client |
| Modifier and Type | Method and Description |
|---|---|
FtpClientBuilder |
FtpClientBuilder.autoReadFiles(boolean autoReadFiles)
Sets the auto read files property.
|
FtpClientBuilder |
FtpClientBuilder.correlator(MessageCorrelator correlator)
Sets the message correlator.
|
FtpClientBuilder |
FtpClientBuilder.errorHandlingStrategy(ErrorHandlingStrategy errorStrategy)
Sets the error handling strategy.
|
FtpClientBuilder |
FtpClientBuilder.host(String host)
Sets the host property.
|
FtpClientBuilder |
FtpClientBuilder.localPassiveMode(boolean localPassiveMode)
Sets the local passive mode property.
|
FtpClientBuilder |
FtpClientBuilder.password(String password)
Sets the client password.
|
FtpClientBuilder |
FtpClientBuilder.pollingInterval(int pollingInterval)
Sets the polling interval.
|
FtpClientBuilder |
FtpClientBuilder.port(int port)
Sets the port property.
|
FtpClientBuilder |
FtpClientBuilder.timeout(long timeout)
Sets the default timeout.
|
FtpClientBuilder |
FtpClientBuilder.username(String username)
Sets the client username.
|
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.