ftpasswd — Perl script for managing AuthUserFiles and AuthGroupFiles
| Use Case | Command | Description |
|---|---|---|
| Create a new user in an AuthUserFile | ftpasswd --passwd --file /path/to/AuthUserFile --name username --uid 1001 --home /home/user --shell /bin/bash | 📝 Adds a new user entry with password hash, UID, home directory, and shell |
| Change or update an existing user's password | ftpasswd --passwd --file /path/to/AuthUserFile --name username --change-password | 🔑 Prompts for new password and updates the hash in the file |
| Create a new group in an AuthGroupFile | ftpasswd --group --file /path/to/AuthGroupFile --name groupname --gid 2000 | 👥 Adds a new group entry with GID |
| Add a user to a group | ftpasswd --group --file /path/to/AuthGroupFile --name groupname --member username | ➕ Appends the username to the group's member list |
| Remove a user from a group | ftpasswd --group --file /path/to/AuthGroupFile --name groupname --member username --delete-user | ➖ Removes the username from the group's member list |
| Delete a user from the AuthUserFile | ftpasswd --passwd --file /path/to/AuthUserFile --name username --delete | 🗑️ Removes the entire user entry from the file |
ftpasswd [ options ]
ftpasswd is a Perl script designed to create and manage AuthUserFiles and AuthGroupFiles of the correct format for proftpd.
Full documentation for ftpasswd can be found at: http://www.proftpd.org/docs/utils/ftpasswd.html
ProFTPD is written and maintained by a number of people, full credits can be found on http://www.proftpd.org/credits.html
Full documentation on ProFTPD, including configuration and FAQs, is available at http://www.proftpd.org/
For help/support, try the ProFTPD mailing lists, detailed on http://www.proftpd.org/lists.html
Report bugs at http://bugs.proftpd.org/
Generated by phpman v4.9.25-25-g40dbf62 · Markdown · JSON · MCP Author: Che Dong Under GNU General Public License
2026-07-16 12:33 @2600:1f28:365:80b0:8802:8bb4:3873:328e
CrawledBy CCBot/2.0 (https://commoncrawl.org/faq/)
Enhanced by LLM: deepseek-v4-flash / taotoken.net / www.chedong.com - original format