Link to home
Start Free TrialLog in
Avatar of libdanz
libdanz

asked on

Automatic Set up of FTP accounts

I want to have a website that automatically setup FTP accounts using PureFTP and also email accounts...

How do I go about that one using PHP..

Thanks in advance
ASKER CERTIFIED SOLUTION
Avatar of us111
us111
Flag of Luxembourg image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of kudos2u
kudos2u

I would look at shell commands and sudo to allow the web server to add the users. I would be very carefull with checking the data a user submits to make sure it is not trying to escape and run other system calls.
thx