| Package | Description |
|---|---|
| com.consol.citrus.ftp.server |
| Modifier and Type | Method and Description |
|---|---|
SftpServerBuilder |
SftpServerBuilder.allowedKeyPath(String allowedKeyPath)
Sets the allowedKeyPath property.
|
SftpServerBuilder |
SftpServerBuilder.autoConnect(boolean autoConnect)
Sets the autoConnect property.
|
SftpServerBuilder |
SftpServerBuilder.autoLogin(boolean autoLogin)
Sets the autoLogin property.
|
SftpServerBuilder |
SftpServerBuilder.autoStart(boolean autoStart)
Sets the autoStart property.
|
SftpServerBuilder |
SftpServerBuilder.debugLogging(boolean enabled)
Sets the debug logging enabled flag.
|
SftpServerBuilder |
SftpServerBuilder.endpointAdapter(EndpointAdapter endpointAdapter)
Sets the endpoint adapter.
|
SftpServerBuilder |
SftpServerBuilder.hostKeyPath(String hostKeyPath)
Sets the hostKeyPath property.
|
SftpServerBuilder |
SftpServerBuilder.password(String password)
Sets the client password.
|
SftpServerBuilder |
SftpServerBuilder.pollingInterval(int pollingInterval)
Sets the polling interval.
|
SftpServerBuilder |
SftpServerBuilder.port(int port)
Sets the port property.
|
SftpServerBuilder |
SftpServerBuilder.timeout(long timeout)
Sets the default timeout.
|
SftpServerBuilder |
SftpServerBuilder.user(String user)
Sets the user property.
|
SftpServerBuilder |
SftpServerBuilder.userHomePath(String userHomePath)
Sets the userHomePath property.
|
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.