Which FTP Daemon should I use if I want to use MySQL for authentication?
Posted
by wag2639
on Server Fault
See other posts from Server Fault
or by wag2639
Published on 2010-06-17T02:16:32Z
Indexed on
2010/06/17
2:24 UTC
Read the original article
Hit count: 236
We want to set up a FTP Daemon on our Ubuntu 10.04 server that can use a simple (probably custom) built web interface for a FTP server using MySQL for authentication.
It'll be public facing but only intended for use by a few customers or clients.
I know vsftpd, ProFTPd, and Pure-FTPd but I'm not sure which is best for this application.
Main features we would like:
a. Very good MySQL authentication integration b. Able to specify a list folders/files (folder level is sufficient) each user has access to through MySQL
Anything else would just be sprinkles on top.
© Server Fault or respective owner