Page 1 of 1

FTP User Creation with PHP script

PostPosted: 07. November 2010 07:11
by dimitri
Ok, so I have a website where users can register and access their account. Their user names and passwords are stored in MySQL Database. However, what I want to do, is when a user registers on my site, I want to know if it was possible to create an FTP folder for that user. Example '$user_name = 'dimitri'; make an FTP Account for that user using the MD5 password that was stored in the database for that user. I was thinking about using the shell command to execute FileZilla but wouldn't know where to start... I'd like some input on this if anyone can help!?

Re: FTP User Creation with PHP script

PostPosted: 07. November 2010 08:52
by Petah
Ask this question on stackoverflow.com