https://github.com/castaglia/proftpd-mod_python
ProFTPD module for writing Python extensions
https://github.com/castaglia/proftpd-mod_python
Last synced: 5 months ago
JSON representation
ProFTPD module for writing Python extensions
- Host: GitHub
- URL: https://github.com/castaglia/proftpd-mod_python
- Owner: Castaglia
- Created: 2016-12-02T04:07:18.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-03T18:21:23.000Z (about 9 years ago)
- Last Synced: 2025-05-31T11:35:04.834Z (7 months ago)
- Language: C
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
proftpd-mod_python
==================
Status
------
[](https://travis-ci.org/Castaglia/proftpd-mod_python)
[](https://coveralls.io/github/Castaglia/proftpd-mod_python?branch=master)
[](https://img.shields.io/badge/license-GPL-brightgreen.svg)
Synopsis
--------
The `mod_python` module for ProFTPD embeds a Python interpreter within the
server. This enables using Python to extend ProFTPD functionality.
**NOTE**: The `mod_python` module is still be developed, and **is not ready
for production use!**
See the [mod_python.html](https://htmlpreview.github.io/?https://github.com/Castaglia/proftpd-mod_python/blob/master/mod_python.html) documentation for more
details.