/proftpd-mod_xfer_mmap

ProFTPD module that uses mmap(2) to map download files into memory, rather than using read/write

Primary LanguageC

proftpd-mod_xfer_mmap

Status

GitHub Actions CI Status License

Synopsis

The mod_xfer_mmap module for ProFTPD uses the mmap(2) system call to map files to be downloaded into memory, rather than using read(2). This hopefully saves on kernel I/O and memory usage.

See the mod_xfer_mmap.html documentation for more details.