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 void
checkEnabled()
boolean
isEnabled()
boolean
isStarted()
void
setConfig(com.logicaldoc.util.config.ContextProperties config)
void
start()
void
stop()
-
-
-
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
-
-