我正在尝试使用 aria2 下载一些大文件,但出现以下协议错误,我似乎无法修复。谢谢 :)。
aria2c -x 3 -c -d -l mydir --http-user "xxx" --http-passwd "xxx" xxx://www.xxx.com/xx/xxx/xxx/filename
Exception caught
Exception: [download_helper.cc:403] errorCode=1 Unrecognized URI or unsupported protocol: mydir
我还尝试输入下载的确切路径:
aria2c -x 3 -c -d -l /home/cmccabe/Desktop/xxx/xxx/xxx --http-user "xxx" --http-passwd "xxx" xxx://www.xxx.com/xx/xx/xxxx/filename
Exception caught
Exception: [download_helper.cc:403] errorCode=1 Unrecognized URI or unsupported protocol: /home/cmccabe/Desktop/NGS/API/2-12-2015
答案1
您的下载目录应该是 -d(目录命令)后面的参数,而不是放在 -l(日志)后面。