标题: curl能否下载这样的文件
[打印本页]
作者: thirteen
时间: 2010-4-30 10:51
标题: curl能否下载这样的文件
用curl能否下载这样的文件?
我是这样:
@shift
@echo off
cls
echo.
echo.
curl -o “
http://www.cn-dos.net/forum/atta ... fb82&download=1”
echo.
echo. 任意键返回。
pause > nul
goto net
提示信息为:
curl: no URL specified!
curl: try 'curl --help' or 'curl --manual' for more information
任意键返回。
[
Last edited by thirteen on 2010-4-30 at 10:54 ]
作者: qinchun36
时间: 2010-4-30 11:39
可以。
但是你格式错了 -o 后面要跟上存储的文件名字,比如 curl -o aaa.txt "htt*****"
还有就是本论坛的原因,你没在curl中登录本论坛,因此无法下载附件。