| java.lang.Object org.h2.server.ftp.FtpServer
FtpServer | public class FtpServer implements Service(Code) | | Small FTP Server. Intended for ad-hoc networks in a secure environment.
Remote connections are possible.
See also http://cr.yp.to/ftp.html http://www.ftpguide.com/
|
DEFAULT_WRITE_PASSWORD | final public static String DEFAULT_WRITE_PASSWORD(Code) | | |
checkUserPasswordReadOnly | public boolean checkUserPasswordReadOnly(String userName, String param)(Code) | | |
closeConnection | void closeConnection()(Code) | | |
getAllowOthers | public boolean getAllowOthers()(Code) | | |
getAllowTask | public boolean getAllowTask()(Code) | | |
getEventListener | public FtpEventListener getEventListener()(Code) | | Get the registered event listener.
the event listener, or null if non is registered |
getFileSystem | public FileSystem getFileSystem()(Code) | | Get the file system used by this FTP server.
the file system |
isRunning | public boolean isRunning()(Code) | | |
listen | public void listen()(Code) | | |
setEventListener | public void setEventListener(FtpEventListener eventListener)(Code) | | Set the event listener. Only one listener can be registered.
Parameters: eventListener - the new listener, or null to de-register |
|
|