# miniftpd **Repository Path**: bailehang/miniftpd ## Basic Information - **Project Name**: miniftpd - **Description**: 短小、高效、功能齐全的FTP服务器程序 - **Primary Language**: Unknown - **License**: LGPL-2.1 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 7 - **Created**: 2015-11-26 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 1. 实现了大部分FTP服务功能 2. 内部采用高效的epoll函数,高效 3. 采用One Loop Per Process模型 编译: aclocal automake -a autoconf ./configure make