aria2c --ftp-proxy='http://proxy:8080' ftp://host/file 在配置文件中设置代理 你也可以在 aria2 的配置文件 aria2.conf 中设置代理。例如: ini # 为所有协议设置代理 all-proxy=http://proxy:8080 # 或者为特定协议设置代理 http-proxy=http://proxy:8080 https-proxy=http://proxy:8080 ftp-pro...
二、为所有协议设置代理 要为aria2的所有连接设置代理服务器,可以使用`--all-proxy`参数。例如,要设置一个HTTP代理服务器,可以使用以下命令: ```bash aria2c--all-proxy="http://proxy:8080"http://host/file ``` 这里`http://proxy:8080`是代理服务器的地址和端口,`http://host/file`是要下载的文件...
aria2c -d /dev -o null --allow-overwrite=true http://example.org/file 为所有的连接设置代理服务器(Set proxy server to use all protocols(HTTP(S)/FTP)) aria2c --all-proxy='http://proxy:8080' http://host/file aria2c --http-proxy='http://proxy:8080' --http-proxy-user='username...
1. 尝试用--external-downloader-args为aria2指定代理(不可行) youtube-dl-i--proxysocks5://127.0.0.1:10808https://www.youtube.com/watch?v=DfarqWPhP_U --external-downloader aria2c --external-downloader-args'-x 16 -k 1M --all-proxy="http://127.0.0.1:10809"' 存在问题 引号错乱。 aria2...
aria2c -h#http|grep proxy connection to HTTP/FTP/proxy server.After the --http-proxy=PROXYUsea proxy serverforHTTP.To override a previously defined proxy,use"".See also the --all-proxy option.--https-proxy=PROXYUsea proxy serverforHTTPS.To override a ...
@iambus --aria2-opts=--http-proxy=http://x.x.x.x:8080-x10 -s10 -j5 -c ---这里肯定有问题。x.x.x.x是我后改得,使用时会换成真实IP --tool=aria2 --n --no-hash --output-dir=/media/o/Downloads/dy/ It's ALL!
无聊汉化了下Aria..# 更详细配置介绍请访问 https://aria2.github.io/manual/en/html/# 全局代理#all-proxy=http://127.0.0.1:1080/pac?auth=
all-proxy-user= # 代理服务器密码 all-proxy-passwd= # 连接超时时间, 设置建立HTTP/FTP/代理服务器连接的超时时间(秒) # 当连接建立后, 此选项不再生效, 请使用--timeout选项 connect-timeout=60 # 模拟运行 # 如果设置为"是", aria2将仅检查远程文件是否存在而不会下载文件内容 ...
Well-known environment variables for proxy: http_proxy, https_proxy, ftp_proxy, all_proxy and no_proxy HTTP gzip, deflate content encoding support Verify peer using given trusted CA certificate in HTTPS Client certificate authentication in HTTPS Chunked transfer encoding support Load Cookies from th...
#all-proxy=http://127.0.0.1:1087 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. 13. 14. 15. 16. 17. 18. 19. 20. 21. 22. 23. 24. 25. 26. 27. 28. 29. 30. 31. 32. 33. 34. 35. 36. 37. 38. 39. 40.