资 源 简 介
easyFTPD
About
easyFTPD is a FTP-server constructed to easily handle virtual users.
Most large ftp-servers are complicated to configure, especially when handling virtual users. easyFTPD simply handles a "users" configuration-file which lists virtual users and what they should access.
It should run on any unix-like system (linux/BSD/solaris...) and has python 2.3 (or higher) as its only dependancy.
Virtual users
The main idea of easyFTPD is to be able to quickly set up an ftp-server for virtual users. A users configuration file simply contains rows of data in the format:
username:password:permissions:share_path
where each field is specified like:
* username = The username of the user (ex: buffi)
* password = The plaintext password or salted passwordhash (ex: secretpass or 12345!0021eaf783f7743cb542f3920bfa508f368b1631)
* permissions = The permissions granted fo