Package com.logicaldoc.ftp
Class FtpServer
- java.lang.Object
 - 
- com.logicaldoc.ftp.FtpServer
 
 
- 
public class FtpServer extends Object
Represents the FTP server- Since:
 - 8.0
 - Author:
 - Marco Meschieri - LogicalDOC
 
 
- 
- 
Constructor Summary
Constructors Constructor Description FtpServer() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcheckEnabled()booleanisEnabled()booleanisStarted()voidsetConfig(com.logicaldoc.util.config.ContextProperties config)voidstart()voidstop() 
 - 
 
- 
- 
Method Detail
- 
setConfig
public void setConfig(com.logicaldoc.util.config.ContextProperties config)
 
- 
start
public void start()
 
- 
stop
public void stop()
 
- 
isStarted
public boolean isStarted()
 
- 
isEnabled
public boolean isEnabled()
 
- 
checkEnabled
public void checkEnabled() throws org.apache.ftpserver.ftplet.FtpException- Throws:
 org.apache.ftpserver.ftplet.FtpException
 
 - 
 
 -