Package org.exoplatform.services.ftp
Interface FtpServer
- All Known Implementing Classes:
FtpServerImpl
public interface FtpServer
Created by The eXo Platform SAS Author : Vitaly Guly gavrik-vetal@ukr.net/mail.ru
- Version:
- $Id: $
-
Method Summary
Modifier and TypeMethodDescriptionintgetCommand(String commandName) org.exoplatform.services.jcr.core.ManageableRepositorybooleanstart()booleanstop()booleanunRegisterClient(FtpClientSession clientSession)
-
Method Details
-
start
boolean start() -
stop
boolean stop() -
unRegisterClient
-
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
-