Options (7)
-o, --outputbooleanDownload and specify an output file
Example:
axel {{url}} {{[-o|--output]}} {{path/to/file}}-n, --num-connectionsbooleanDownload with a specific number connections
Example:
axel {{[-n|--num-connections]}} {{number}} {{url}}-SbooleanUse a specific number of mirrors for searching and downloading
Example:
axel {{[-S|--search=]}}{{number}} {{url}}-s, --max-speedbooleanLimit download speed (bytes per second)
Example:
axel {{[-s|--max-speed]}} {{speed}} {{url}}-4, --ipv4booleanUse the IPv4 protocol only when connecting to the host
Example:
axel {{[-4|--ipv4]}} {{url}}-q, --quietbooleanLimit output to `stdout` and use a custom user-agent when downloading
Example:
axel {{[-q|--quiet]}} {{[-U|--user-agent]}} {{"Mozilla/5.0"}} {{url}}-U, --user-agentbooleanLimit output to `stdout` and use a custom user-agent when downloading
Example:
axel {{[-q|--quiet]}} {{[-U|--user-agent]}} {{"Mozilla/5.0"}} {{url}}Examples (7)
Download a URL to a file
axel urlDownload and specify an output file
axel url [-o|--output] path/to/fileDownload with a specific number connections
axel [-n|--num-connections] number urlUse a specific number of mirrors for searching and downloading
axel [-S|--search=]number urlLimit download speed (bytes per second)
axel [-s|--max-speed] speed urlUse the IPv4 protocol only when connecting to the host
axel [-4|--ipv4] urlLimit output to `stdout` and use a custom user-agent when downloading
axel [-q|--quiet] [-U|--user-agent] "Mozilla/5.0" urlmade by @shridhargupta | data from tldr-pages