|
|
本帖最后由 hfxiang 于 2026-6-3 17:04 编辑
某pdf文件( https://www.tesla.com/ownersmanual/modely/zh_cn/Owners_Manual.pdf ),用浏览器及多种GUI下载工具(如IDM等)都能正常下载。但用命令行下载工具 aria2( http://bcn.bathome.net/tool/1.34.0/aria2c.exe )及 wget( http://bcn.bathome.net/tool/1.21.4/wget.exe ) 下载均报错。
经查询,据说使用适当的下载参数能解决,无奈这两工具参数超级多,测试不过来(其实是许多参数本人根本理解不了)。而从网上找到的方法经测试均未能成功。
现请各位大神指导。感谢!!!
aria2c情况如下:
- D:\Downloads>aria2c https://www.tesla.com/ownersmanual/modely/zh_cn/Owners_Manual.pdf
- 06/03 14:18:03 [NOTICE] Downloading 1 item(s)
- [#1d1d66 0B/0B CN:1 DL:0B]
- 06/03 14:18:04 [ERROR] CUID#7 - Download aborted. URI=https://www.tesla.com/ownersmanual/modely/zh_cn/Owners_Manual.pdf
- Exception: [AbstractCommand.cc:351] errorCode=22 URI=https://www.tesla.com/ownersmanual/modely/zh_cn/Owners_Manual.pdf
- -> [HttpSkipResponseCommand.cc:239] errorCode=22 The response status is not successful. status=403
- 06/03 14:18:04 [NOTICE] Download GID#1d1d663375473754 not complete:
- Download Results:
- gid |stat|avg speed |path/URI
- ======+====+===========+=======================================================
- 1d1d66|ERR | 0B/s|https://www.tesla.com/ownersmanual/modely/zh_cn/Owners_Manual.pdf
- Status Legend:
- (ERR):error occurred.
- aria2 will resume download if the transfer is restarted.
- If there are any errors, then see the log file. See '-l' option in help/man page for details.
复制代码
wget情况如下:
- D:\Downloads>wget https://www.tesla.com/ownersmanual/modely/zh_cn/Owners_Manual.pdf
- --2026-06-03 14:16:43-- https://www.tesla.com/ownersmanual/modely/zh_cn/Owners_Manual.pdf
- Resolving www.tesla.com (www.tesla.com)... 88.221.168.53
- Connecting to www.tesla.com (www.tesla.com)|88.221.168.53|:443... connected.
- HTTP request sent, awaiting response... 403 Forbidden
- 2026-06-03 14:16:44 ERROR 403: Forbidden.
复制代码
|
|