FTP upload for a PHP file hosting site, how to connect ProFTPD to mysql database?

Posted by Igor on Server Fault See other posts from Server Fault or by Igor
Published on 2011-11-19T17:44:45Z Indexed on 2011/11/19 17:55 UTC
Read the original article Hit count: 220

Filed under:
|
|
|

I'm running a file upload service and users have requested to have FTP upload features

Basically, I need to allow users to login, via FTP, to an FTP daemon (say, proFTPd) and they should be able to use their username and password (stored in a mysql database) to login there

After logging in, I'll take care of the files with a cron job

I'm stuck on how to make proftpd get users and passwords from my database..any ideas?

© Server Fault or respective owner

Related posts about mysql

Related posts about php