https://github.com/castaglia/proftpd-mod_vroot
ProFTPD module that creates "virtual" chroots
https://github.com/castaglia/proftpd-mod_vroot
chroot proftpd
Last synced: 4 months ago
JSON representation
ProFTPD module that creates "virtual" chroots
- Host: GitHub
- URL: https://github.com/castaglia/proftpd-mod_vroot
- Owner: Castaglia
- Created: 2012-08-20T18:02:24.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2025-05-13T17:09:55.000Z (5 months ago)
- Last Synced: 2025-05-13T18:23:22.790Z (5 months ago)
- Topics: chroot, proftpd
- Language: C
- Homepage:
- Size: 309 KB
- Stars: 9
- Watchers: 4
- Forks: 7
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
proftpd-mod_vroot
=================Status
------
[](https://github.com/Castaglia/proftpd-mod_vroot/actions/workflows/ci.yml)
[](https://github.com/Castaglia/proftpd-mod_vroot/actions/workflows/codeql.yml)
[](https://img.shields.io/badge/license-GPL-brightgreen.svg)Synopsis
--------
The `mod_vroot` module for ProFTPD creates "virtual" chroots, _i.e._ chroot-like
functionality, from the perspective of the client, without requiring root
privileges and without using the `chroot(2)` system call.See the [mod_vroot.html](https://htmlpreview.github.io/?https://github.com/Castaglia/proftpd-mod_vroot/blob/master/mod_vroot.html) documentation for more details.