FTP account

I want to know that how can I incorporate ftp user accounts into my own application. basically I want to build a php web based software , from where I can manage the all my ftp accounts(create a new ftp account with file visibility permissions, edit & delete the accounts).

Thanks ,

DEBDEEP SIRCAR

just about all hosts have their own control panels for that kind of thing.

Look into some pre-built FTP program or components and see what API’s they expose for creating users so you can manage it.

Is this your own server or a hosted one? If hosted, do as Richei mentioned and just use your already
in place host FTP system. FTP user administration is really a server builit-in system.

Now, if you are talking about your site giving permissions through PHP code to FTP users there are
ways to handle this. One library that I found is this one. Perhaps this is what you are looking for?

http://www.net2ftp.com/homepage/help-administrator.html Hope that helps!

Sponsor our Newsletter | Privacy Policy | Terms of Service