Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/castaglia/proftpd-mod_conf_sql
ProFTPD module that reads proftpd.conf data from SQL tables
https://github.com/castaglia/proftpd-mod_conf_sql
configuration proftpd sql
Last synced: 7 days ago
JSON representation
ProFTPD module that reads proftpd.conf data from SQL tables
- Host: GitHub
- URL: https://github.com/castaglia/proftpd-mod_conf_sql
- Owner: Castaglia
- Created: 2013-06-10T16:42:36.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2023-04-02T19:53:12.000Z (almost 2 years ago)
- Last Synced: 2024-12-09T10:13:58.777Z (2 months ago)
- Topics: configuration, proftpd, sql
- Language: C
- Homepage:
- Size: 222 KB
- Stars: 2
- Watchers: 4
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
proftpd-mod_conf_sql
====================Status
------
[![GitHub Actions CI Status](https://github.com/Castaglia/proftpd-mod_conf_sql/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Castaglia/proftpd-mod_conf_sql/actions/workflows/ci.yml)
[![License](https://img.shields.io/badge/license-GPL-brightgreen.svg)](https://img.shields.io/badge/license-GPL-brightgreen.svg)Synopsis
--------The `mod_conf_sql` module for ProFTPD allows for reading of configuration data
(normally provided by `proftpd.conf`) from SQL tables.For additional information, see [mod_conf_sql.html](https://htmlpreview.github.io/?https://github.com/Castaglia/proftpd-mod_conf_sql/blob/master/mod_conf_sql.html).