1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-04-21 21:42:08 +02:00
tldr/pages/common/axel.md

523 B

axel

Download accelerator. Supports HTTP, HTTPS, and FTP. More information: https://manned.org/axel.

  • Download a URL to a file:

axel {{url}}

  • Download and specify an output file:

axel {{url}} {{[-o|--output]}} {{path/to/file}}

  • Download with a specific number connections:

axel {{[-n|--num-connections]}} {{connections_num}} {{url}}

  • Search for mirrors:

axel {{[-S|--search]}} {{mirrors_num}} {{url}}

  • Limit download speed (bytes per second):

axel {{[-s|--max-speed]}} {{speed}} {{url}}