public interface FtpServer
| Modifier and Type | Method and Description |
|---|---|
int |
getClientsCount() |
FtpCommand |
getCommand(String commandName) |
FtpConfig |
getConfiguration() |
FtpDataChannelManager |
getDataChannelManager() |
org.exoplatform.services.jcr.core.ManageableRepository |
getRepository() |
boolean |
start() |
boolean |
stop() |
boolean |
unRegisterClient(FtpClientSession clientSession) |
boolean start()
boolean stop()
boolean unRegisterClient(FtpClientSession clientSession)
FtpConfig getConfiguration()
FtpDataChannelManager getDataChannelManager()
int getClientsCount()
org.exoplatform.services.jcr.core.ManageableRepository getRepository()
ManageableRepository or null if repository can not be retrievedFtpCommand getCommand(String commandName)
Copyright © 2015 eXo Platform SAS. All Rights Reserved.