在Web浏览器中添加URL时,我会得到通常的提示,即打开XML文件并查看它。但是,当我在Curl批处理文件中使用相同的URL时,它似乎只能下载登录的aspx页面。
//stuff/stuff/Report.aspx?Report=All_Nodes_IP_Report&DataFormat=XML&AccountID=<UID>&Password=<password>
我的批处理文件如下所示:
curl -L "//stuff/stuff/Report.aspx?Report=All_Nodes_IP_Report&DataFormat=XML&AccountID=<UID>&Password=<Password>" -o "local.xml" -v
pause
我做错了什么?我和报告网址之间没有代理服务器..?该网站是https但我无法包括,因为验证检查员一直对我抱怨:)
答案 0 :(得分:0)
为什么在使用我创建的名为MGET
的应用程序时使用CURL。
下载链接: http://bit.ly/1i1FpGE
命令的语法:
MGET //stuff/stuff/Report.aspx?Report=All_Nodes_IP_Report&DataFormat=XML&AccountID=<UID>&Password=<Password> local.xml
如果您想使用HTTPS,请使用HTTP
以获得最佳体验