Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们刚刚更新了我们的服务器 (WHM) 以使用 FCGI 而不是 SuPHP,现在我们从 CURL 收到错误:
[curl] 23: Failed writing body (0 != 8)
我猜这与所有权/权限有关,但我不确定。
默认情况下,CURL 会将正文写入哪里,或者我如何才能知道这个人试图写入的位置,以及需要做些什么来解决这个问题?
我添加了sudo它,它对我有用,尝试检查您想要下载这些内容的文件夹的所有者权限,因为如果您没有将所需的文件夹指定为第一个参数,curl 会写入当前目录 sudo curl /home/eliethesaiyan/curldownloads http://desiredcontent
sudo
sudo curl /home/eliethesaiyan/curldownloads http://desiredcontent