babyftpd 0.2a review

Download
by rbytes.net on

babyftpd is a FTP Server Daemon, mostly written in C++

License: GPL (GNU General Public License)
File size: 0K
Developer: Joakim Lundin
0 stars award from rbytes.net

babyftpd is a FTP Server Daemon, mostly written in C++. One important thing is worth mentioning. It is _not_ a finished product, don't use it if you don't know what you're doing, it might break things. It has only been tested with linux2.6, glibc 2.3 and gcc 3.3.

As of now no install script is provided, the executable, babyftpd, can be copied into place. to get a list of switches to be used send the switch -h.

All paths in the example babyftpd.conf point to /etc/babyftpd, just change if you want stuff somewhere else. If you want to use x509 client auth you will need an external executable, the provided script verify_client.pl shows an example of how you could set that up. Only other authentication than x509 client is pam, see the file babyftpd.pam for how to set that up.

For compilation:
autoconf && ./configure && make

What's New in This Release:
Connection.cpp (1.13, babyftpd-0_2a): a paranthesis can make wonders.

babyftpd 0.2a keywords