mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2026-02-03 14:13:26 +00:00
Download links aren't resumable #223
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @HamedSepehr on GitHub.
How can I make download links resumable so I can pause download and resume download later?
@paolafrancesca commented on GitHub:
I can confirm that
wget -cworks properly@HamedSepehr commented on GitHub:
I don't how I should test that...
So far I have tested
aria2c -c,wget -cand IDM and none of them was able to resume download.@paolafrancesca commented on GitHub:
@HamedSepehr I assume that you are talking about your own hosted service, not the one on https://transfer.sh
@paolafrancesca commented on GitHub:
if the request for the resumed download has
Rangeheader it should work out of the box, can you please test?@HamedSepehr commented on GitHub:
My bad... Yes I'm talking about my own hosted service which is behind nginx reverse proxy, even when it wasn't behind proxy its links weren't resumable.
@paolafrancesca commented on GitHub:
@HamedSepehr did it work?
@paolafrancesca commented on GitHub:
@HamedSepehr
for the records: https://github.com/dutchcoders/transfer.sh/issues/490#issuecomment-1147456719
when proxying the transfer.sh service you have to forward the
rangeheader: in case of nginx I had to add theproxy_pass_request_headers on;@HamedSepehr commented on GitHub:
I couldn't make transfer.sh links resumable, instead I changed my configuration in a way that transfer.sh files are accessible through nginx and now I'm downloading files from nginx.