previous thread:
http://www.linuxquestions.org/questi...server-640860/
I think I have all the bugs worked out of my vsftpd setup. I have a read-only directory with an incoming writable directory. now for the next step of my project..
I need to write a script to add virtual user accounts to vsftpd from within php. safe mode is turned off if that matters. I don't know how easy this will be to do without having root access from within php. maybe a bash script would make it easier? I think I have to rebuild the database each time I add an account. do I also need to restart the ftp server? would that kick off all the current connections?
btw, I'm not being lazy, I will be doing the work myself. maybe someone just has experience with something like this or knows of scripts already made for this. any helpful input would be of great use.