Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 1.1 KB

README.md

File metadata and controls

22 lines (18 loc) · 1.1 KB

proftpd-mod_dbacl

Status

GitHub Actions CI Status License

Synopsis

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.

Future Features

  • Integrate into core engine's dir_hide_file() check, so that files can be hidden via mod_dbacl configuration, rather than simply denying the FTP commands which might operate directly on the file (e.g. if mod_dbacl config would deny access to a file, do not list that file in a directory listing of an allowed directory).