getting pureftpd working with xinetd

Fahrvergnuugen

I am the law!
In Jaguar I had pureftpd setup. It has a lot of cool features like bandwidth throttling and virtual users. When I upgraded to panther, the built in ftp server took over again.

I wanted to set it up so that pureftpd would be controlled by xinetd, but I can't seem to get it to work.

Has anybody had any luck with this?
 
yeah, i had. where exactly is your problem?
maybe my ftp file for xinetd helps...


service ftp
{
disable = no
socket_type = stream
wait = no
user = root
server = /usr/local/sbin/pure-ftpd
server_args = -A -E -lpam -lpuredb:/etc/pureftpd.pdb
groups = yes
flags = REUSE IPv6
}
 
Back
Top