Package org.exoplatform.services.ftp
Interface FtpServer
-
- All Known Implementing Classes:
FtpServerImpl
public interface FtpServerCreated by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru- Version:
- $Id: $
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intgetClientsCount()FtpCommandgetCommand(String commandName)FtpConfiggetConfiguration()FtpDataChannelManagergetDataChannelManager()org.exoplatform.services.jcr.core.ManageableRepositorygetRepository()booleanstart()booleanstop()booleanunRegisterClient(FtpClientSession clientSession)
-
-
-
Method Detail
-
start
boolean start()
-
stop
boolean stop()
-
unRegisterClient
boolean unRegisterClient(FtpClientSession clientSession)
-
getConfiguration
FtpConfig getConfiguration()
-
getDataChannelManager
FtpDataChannelManager getDataChannelManager()
-
getClientsCount
int getClientsCount()
-
getRepository
org.exoplatform.services.jcr.core.ManageableRepository getRepository()
- Returns:
ManageableRepositoryornullif repository can not be retrieved
-
getCommand
FtpCommand getCommand(String commandName)
-
-