通过 PHP 在 Plesk 控制面板中创建 FTP 用户
可以这样做吗?我已经看过命令行指令,但似乎 passwd 是一个交互式命令,我们无法通过 PHP 响应。 谢谢
is it possible to do that? I've seen the commandline instructions but it seems that passwd is an interactive command and we can't respond via PHP.
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
最简单的解决方案是使用
popen
和chpasswd
。The simplest solution is to use
popen
andchpasswd
.或者尝试用 CURL 来模拟人类。
登录+创建帐户。一种形式的简单示例 http://curl.haxx.se/mail/ curlphp-2004-04/0013.html
Or try to emulating human with CURL.
Login + Create Account. Simple example with one form http://curl.haxx.se/mail/curlphp-2004-04/0013.html