bftpd program is a small, easy-to-configure FTP server. It strives to be fast, secure and quick to install/configure.

Here are some key features of “bftpd”:

· 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 logfile or syslog
· PAM and passwd/shadow support
· Support for SITE CHOWN/CHMOD

Running the server:

bftpd runs in either standalone or inetd mode.

If you want inetd mode

Add the following to your /etc/inetd.conf:

ftp stream tcp nowait root /usr/sbin/bftpd bftpd

Give inetd a HUP or reboot your system. Your FTP server should work now.

If you want inetd mode with xinetd

Add the following to your /etc/xinetd.conf:

service ftp
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/sbin/bftpd
log_on_success += DURATION USERID
log_on_failure += USERID
nice = 10
}

What’s New in This Release:

· This release disabled the SITE command in the default configuration to avoid DoS attacks.
· It also includes all changes from the development branch since 2.0.

Sources mirror 1 (tar.gz)




Author:
admin
Time:
Wednesday, January 2nd, 2008 at 5:37 am
Category:
FTP
Comments:
You can leave a response, or trackback from your own site.
RSS:
You can follow any responses to this entry through the RSS 2.0 feed.
Navigation:

Leave a Reply