eXo JCR :: Component :: FTP Service 1.15.4-GA

org.exoplatform.services.ftp
Interface FtpServer

All Known Implementing Classes:
FtpServerImpl

public interface FtpServer

Created by The eXo Platform SAS Author : Vitaly Guly

Version:
$Id: $

Method Summary
 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)
           
 

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:
ManageableRepository or null if repository can not be retrieved

getCommand

FtpCommand getCommand(String commandName)

eXo JCR :: Component :: FTP Service 1.15.4-GA

Copyright © 2013 eXo Platform SAS. All Rights Reserved.