Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/powershell/13.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Curl WebDav PROPFIND总是给出相同的结果_Curl_Webdav - Fatal编程技术网

Curl WebDav PROPFIND总是给出相同的结果

Curl WebDav PROPFIND总是给出相同的结果,curl,webdav,Curl,Webdav,我尝试了以下命令: curl -u username:pass -X PROPFIND "http://cloud.vantibolli.com/remote.php/webdav/PRODUCTION%20SUBS/" 如果属性存在或不存在,它总是给我相同的结果: <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN"> <html><head> <title>301 Moved Permanent

我尝试了以下命令:

curl -u username:pass -X PROPFIND "http://cloud.vantibolli.com/remote.php/webdav/PRODUCTION%20SUBS/"
如果属性存在或不存在,它总是给我相同的结果:

 <!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>301 Moved Permanently</title>
</head><body>
<h1>Moved Permanently</h1>
<p>The document has moved <a href="https://cloud.vantibolli.com/remote.php/webdav/PRODUCTION%20SUBS/VAN%20TIBOLLI%20LTD%20-%20IRELAND/2016/Expenses/July/">here</a>.</p>
<hr>
<address>Apache/2.4.7 (Ubuntu) Server at cloud.vantibolli.com Port 80</address>
</body></html>

301永久搬迁
永久移除
文档已移动


位于cloud.vantibolli.com端口80的Apache/2.4.7(Ubuntu)服务器
您正在使用的url将重定向到https。按照重定向链接将您正在使用的url重定向到https。遵循重定向