FTP users management with php?

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
basdog22
Forum Contributor
Posts: 158
Joined: Sun Nov 30, 2003 3:03 pm
Location: Greece

FTP users management with php?

Post by basdog22 »

I am planning to create something like the FTP manager module in cPanel. Can anyone of you guide me or point me to any tutorials about adding and editing ftp users etc etc?
Robert Plank
Forum Contributor
Posts: 110
Joined: Sun Dec 26, 2004 9:04 pm
Contact:

Post by Robert Plank »

It's dependent on the FTP server you're running. Find whatever file the program uses to store logins and have the script edit it.
Post Reply