freebsd-ports/ftp/bftpd/pkg-descr
David W. Chapman Jr. 07ef873d22 Update to 1.0.21
Give petef@databits.net maintainership

PR:		28782
Submitted by:	petef@databits.net
2001-07-07 05:32:43 +00:00

24 lines
731 B
Plaintext

bftpd is an FTP server for Linux, BSD/OS, FreeBSD, Solaris, DG-UX
and Tru64. It runs either with inetd or standalone.
It tries to be very configurable while being fast and small. You
can make defaults for each configuration option, and then override
these defaults in user-specific structures. Support for
directory-specific options is planned.
Features of bftpd include:
* Easy configuration
* Speed
* Support for most RFC FTP commands
* tar.gz on-the-fly compression/archiving
* Security with chroot without special setup
* No need for files (sh, ls...) in a chroot environment
* Logging to wtmp and to a config file
* PAM support
* Support for SITE CHOWN/CHMOD
WWW: http://www.bftpd.org/
- Pete
petef@databits.net