ftp - cPanel PHP API with Kohana -


i need change passwords of ftp users cpanel.php cpanel using pureftpd creating ftp users, want implement change password ftp user's.

the problem pureftpd creating virtual users in system , cpanel.php api manipulates users in server's /etc/passwd file.. possible cpanel api change password of ftp user's created pureftpd?

you can use cpanel api2 change password ftp accounts script:

here code sample:

https://github.com/vthink/cpanel_api


Comments

Popular posts from this blog

javascript - AngularJS custom datepicker directive -

javascript - jQuery date picker - Disable dates after the selection from the first date picker -