| Package | Description |
|---|---|
| com.consol.citrus.ftp.server |
| Modifier and Type | Method and Description |
|---|---|
FtpServerBuilder |
FtpServerBuilder.autoConnect(boolean autoConnect)
Sets the autoConnect property.
|
FtpServerBuilder |
FtpServerBuilder.autoHandleCommands(String autoHandleCommands)
Sets the autoHandleCommands property.
|
FtpServerBuilder |
FtpServerBuilder.autoLogin(boolean autoLogin)
Sets the autoLogin property.
|
FtpServerBuilder |
FtpServerBuilder.autoStart(boolean autoStart)
Sets the autoStart property.
|
FtpServerBuilder |
FtpServerBuilder.debugLogging(boolean enabled)
Sets the debug logging enabled flag.
|
FtpServerBuilder |
FtpServerBuilder.endpointAdapter(EndpointAdapter endpointAdapter)
Sets the endpoint adapter.
|
FtpServerBuilder |
FtpServerBuilder.port(int port)
Sets the port property.
|
FtpServerBuilder |
FtpServerBuilder.server(org.apache.ftpserver.FtpServer server)
Sets the ftp server.
|
FtpServerBuilder |
FtpServerBuilder.timeout(long timeout)
Sets the default timeout.
|
FtpServerBuilder |
FtpServerBuilder.userManager(org.apache.ftpserver.ftplet.UserManager userManager)
Sets the userManager property.
|
FtpServerBuilder |
FtpServerBuilder.userManagerProperties(org.springframework.core.io.Resource userManagerProperties)
Sets the userManager properties.
|
Copyright © 2008–2019 ConSol Software GmbH. All rights reserved.