Is it possible to add a way to enable or disable some FTP commands supported by the Apache FTP server ? For example : disable the EPSV command to make the passive mode possible only with the PASV command!
I found very interesting the fact that Hermes FTP server<http://hermesftp.sourceforge.net/> contains a configuration file : tarara with a section that defines the list of FTP commands handled by it. You can disable a command by commenting the defining line or change the attribute defining the Java class name implementing it by cmdNotImpl
