你说得对,这与权限无关。根据特定的服务器配置,您将遇到它。为了确保不必持续处理它,您需要将FTP凭据添加到wp-config.php
像这样:
define( \'FTP_USER\', \'username\' );
define( \'FTP_PASS\', \'password\' );
define( \'FTP_HOST\', \'ftp.example.org:21\' );
这里面有一整段
The Codex 这解释了所有Wordpress常量,这些常量还允许您在
wp-config.php
文件