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: FtpServer.java 35180 2009-08-07 14:04:22Z pnedonosko $

Method Summary
 int getClientsCount()
           
 FtpCommand getCommand(java.lang.String commandName)
           
 FtpConfig getConfiguration()
           
 FtpDataChannelManager getDataChannelManager()
           
 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

ManageableRepository getRepository()

getCommand

FtpCommand getCommand(java.lang.String commandName)


Copyright © 2011 eXo Platform SAS. All Rights Reserved.