The mod_dbacl module for ProFTPD uses the mod_sql module for SQL table access; the module uses SQL
tables for reading ACLs for files/directories.
For further module documentation, see mod_dbacl.html.
- Integrate into core engine's
dir_hide_file()check, so that files can be hidden viamod_dbaclconfiguration, rather than simply denying the FTP commands which might operate directly on the file (e.g. ifmod_dbaclconfig would deny access to a file, do not list that file in a directory listing of an allowed directory).