Create a ftp user/pass thru php/exec()

Whether you are using Linux on the desktop or as a server, it's still good that you're using Linux. Linux related questions go here.

Moderator: General Moderators

Post Reply
User avatar
phice
Moderator
Posts: 1416
Joined: Sat Apr 20, 2002 3:14 pm
Location: Dallas, TX
Contact:

Create a ftp user/pass thru php/exec()

Post by phice »

Hey,

I need to be able to create a user/pass in ftp and have it connect to a certain folder through the exec command within PHP. I put it in linux because it doesn't have to do with PHP at all. ;) I just need the few lines it takes to create an ftp user/pass and have it go to a specific folder.

Don
Image Image
kettle_drum
DevNet Resident
Posts: 1150
Joined: Sun Jul 20, 2003 9:25 pm
Location: West Yorkshire, England

Post by kettle_drum »

Have a look to see how webmin or cpanel does it.
Post Reply