How do I add FTP users to Fedora without using the Termial, I want php to create them, or have php tell cron to make them.. What would be the easiest way. It will have a html form be filled out, then submited to php script which will edit the correct files or edit cron to make the users.. How do I do this?
Well consider first your security and look for "bash" and "at" commands manual and the function "exec()" on php Hope it Helps