ftp_chmod() & ftp_chmod() ftp_site() 无法在使用 zFTP 服务器的 localhost 上工作

发布于 2024-12-16 18:27:58 字数 699 浏览 0 评论 0原文

我已经被这个问题困扰了好几个小时了。

尝试通过在 http://localhost 上运行以下代码来使用 PHP CHMOD 文件。

ftp_chmod($conn_id, "0644", $file);
ftp_site($conn_id, "CHMOD 0644 ".$file);

但两者都行不通。不断收到这些错误:

警告:ftp_chmod():无效的 SITE 命令。在 C:\Users\Albert\Web Design\localhost\httpdocs\admin\global\php.php 第 226 行无法 chmod sitemap.xml

警告:ftp_site():无效的 SITE 命令。在 C:\Users\Albert\Web Design\localhost\httpdocs\admin\global\php.php 第 232 行无法 chmod sitemap.xml

在生产服务器(实时)上,但是,它们运行良好。我显然在这里遗漏了一些东西。我假设这与我的 php.ini 文件或本地安装的 FTP 服务器(zFTP)中的设置有关。

我已经筋疲力尽地搜索谷歌,不知道还能去哪里。有什么想法吗?

任何帮助将不胜感激。

I've been stuck on this for hours now.

Trying to CHMOD files with PHP by running the following code on http://localhost.

ftp_chmod($conn_id, "0644", $file);
ftp_site($conn_id, "CHMOD 0644 ".$file);

but neither will work. Keep getting these errors:

Warning: ftp_chmod(): Invalid SITE command. in C:\Users\Albert\Web Design\localhost\httpdocs\admin\global\php.php on line 226 could not chmod sitemap.xml

Warning: ftp_site(): Invalid SITE command. in C:\Users\Albert\Web Design\localhost\httpdocs\admin\global\php.php on line 232 could not chmod sitemap.xml

On the production server (LIVE), however, they run fine. I'm obviously missing something here. I'm assuming this has something to do with the settings in either my php.ini file or my locally installed FTP server which is zFTP.

I've exhausted myself searching google and don't know where else to turn. Any ideas?

Any help would be much appreciated.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文