FTP upload for a PHP file hosting site, how to connect ProFTPD to mysql database?
- by Igor
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?