无法在远程服务器中写入文件

时间:2014-09-16 11:37:06

标签: php streamwriter remote-server

我试图写入我的远程服务器中的文本文件,我之前已经完成了这个并且目前我没有得到文本文件的任何输出,我已经允许在权限选项卡中阅读写入执行的所有内容。以下是我的代码,可以检查是否有任何错误(textFile在同一目录中),

echo "attributes: " . print_r($attributes["$attributeKey"], true) ."\n";
$file = "test.txt";
$write = ("wording2 ".$attributes["$attributeKey"]."\n");
file_put_contents($file, $write, FILE_APPEND);

回声正在发挥作用但不是其他任何东西

0 个答案:

没有答案