Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用 cPanel.php 更改 FTP 用户的密码 我的 cPanel 正在使用 pureftpd 创建 FTP 用户,我想为 FTP 用户实现更改密码。
问题是pureftpd 在系统中创建虚拟用户,cPanel.php API 操作服务器/etc/passwd 文件中的用户。cPanel API 是否可以更改pureftpd 创建的FTP 用户的密码?
您可以使用 cPanel API2 从脚本更改 FTP 帐户的密码:
这是代码示例:
https://github.com/vthink/cpanel_api