1

我正在尝试使用我的 ftp 用户创建来自动化该过程,但是我需要能够通过 PHP 设置用户的配额,在 ssh 中我将使用 edquota 用户名但是如果有办法通过 PHP 使用 SSH2 或FTP?

4

1 回答 1

1

您可以使用 Exec 命令http://php.net/manual/en/function.exec.php

exec('edquota username');
于 2012-05-02T07:54:04.693 回答