> For the complete documentation index, see [llms.txt](https://gitbook.hbcomputersecurity.co.uk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://gitbook.hbcomputersecurity.co.uk/core-technical-skills/core-skills/linux/getting-to-know-linux/moving-around-the-filesystem/downloading-files.md).

# Downloading Files

In today's online world, downloading stuff is pretty much second nature, right? So, being able to snag files straight from the command line is super useful!&#x20;

Let's dive into three main tools that'll help you do just that from your shell.

* [axel](https://github.com/axel-download-accelerator/axel)
* [wget](https://www.gnu.org/software/wget/)
* [curl](https://curl.se/)
