tldr/pages.zh/common/aria2c.md

30 lines
640 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters!

This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.

# aria2c
> 快速下载工具。
> 支持 HTTP(S), FTP, SFTP, BitTorrent, and Metalink.
> 更多信息:<https://aria2.github.io>.
- 下载一个 URI 到文件:
`aria2c {{url}}`
- 从多个源处下载一个资源:
`aria2c {{url_1}} {{url_2}}`
- 通过保存在一个文件中的 URL 列表来下载资源:
`aria2c -i {{文件名}}`
- 使用多个连接下载资源:
`aria2c -s {{连接数量}} {{url}}`
- 通过带用户名密码验证的 FTP 协议下载资源:
`aria2c --ftp-user={{用户名}} --ftp-passwd={{密码}} {{url}}`
- 限制下载速度bytes/s
`aria2c --max-download-limit={{速度}} {{url}}`