Uses of Interface
io.milton.ftp.FtpActionListener
Packages that use FtpActionListener
-
Uses of FtpActionListener in io.milton.ftp
Constructors in io.milton.ftp with parameters of type FtpActionListenerModifierConstructorDescriptionMiltonFtpAdapter(ResourceFactory wrapped, org.apache.ftpserver.ftplet.UserManager userManager, FtpActionListener actionListener) Creates and starts the FTP server on port 21MiltonFtpAdapter(ResourceFactory wrapped, org.apache.ftpserver.ftplet.UserManager userManager, FtpActionListener actionListener, int port, boolean autoStart) Creates and optionally starts the serverMiltonFtpHandler(org.apache.ftpserver.impl.FtpHandler wrapped, FtpActionListener actionListener)