An open API service indexing awesome lists of open source software.

https://github.com/castaglia/proftpd-mod_diskuse

ProFTPD module for restricting amount of overall disk usage
https://github.com/castaglia/proftpd-mod_diskuse

Last synced: 2 months ago
JSON representation

ProFTPD module for restricting amount of overall disk usage

Awesome Lists containing this project

README

        

proftpd-mod_diskuse
===================

Status
------
[![GitHub Actions CI Status](https://github.com/Castaglia/proftpd-mod_diskuse/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/Castaglia/proftpd-mod_diskuse/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_diskuse` module for ProFTPD provides a way to block logins, uploads if
the total amount of disk used is over a configurable amount.

For further module documentation, see [mod_diskuse.html](https://htmlpreview.github.io/?https://github.com/Castaglia/proftpd-mod_diskuse/blob/master/mod_diskuse.html).