Questions tagged [axel]

4 questions
8
votes
2 answers

Download only a part of a file

I am trying to find if it is possible to download a part of a file (any file) via axel or aria2 or any other tools available. For example there is a movie file (because doing this kind of thing make sense in A/V files). How could I download only the…
r004
  • 3,339
  • 8
  • 29
  • 51
3
votes
1 answer

HTTPS Authentication with Axel Downloader

Is there a way to use https authentication with Axel to download files? I have gone through this answer and tried what was written, but to no extent. I got HTTP/1.1 401 Unauthorized as the output for this input command: axel -n 60 -k -H…
1
vote
1 answer

Download error with youtube-dl and axel

I am trying to download following video: https://www.youtube.com/watch?v=pQWj2Fgxdrc by combining 'youtube-dl' and 'axel'. I am trying to download this video in such a way that I want these two softwares (youtube-dl and axel) to not only save this…
Zetro Track
  • 21
  • 1
  • 3
1
vote
1 answer

Download attachments in a URL redirect via Axel

Axel is not resolving URLs that redirect to another URL that has the file as an attachment. As you see, I'm getting 404 when I try to download this URL. (original site is replaced with example.com) ~ ▶ axel…
Mohsen
  • 2,495
  • 4
  • 25
  • 29