ftp_chmod() & ftp_chmod() ftp_site() 无法在使用 zFTP 服务器的 localhost 上工作
我已经被这个问题困扰了好几个小时了。
尝试通过在 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论