Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Resumable downloads #4966

Open
mgallien opened this issue Sep 21, 2022 · 9 comments
Open

Resumable downloads #4966

mgallien opened this issue Sep 21, 2022 · 9 comments

Comments

@mgallien
Copy link
Collaborator

When downloading a big file, if the transfer gets interrupted, it would be nice to resume the download from the already downloaded data instead of starting from scratch.

@mgallien
Copy link
Collaborator Author

@tobiasKaminsky

@PhilippSchlesinger
Copy link

the same holds true for uploads :-)

@tobiasKaminsky
Copy link
Member

On uploads we already have this, right @mgallien?

@mgallien
Copy link
Collaborator Author

On uploads we already have this, right @mgallien?

I do not think so
According to https://httpwg.org/specs/rfc9110.html#field.range I do not think there is a way to resume an upload

@mgallien
Copy link
Collaborator Author

the same holds true for uploads :-)

we would already resume properly chunked uploads
for smaller one, I do not know how that would be possible

@tobiasKaminsky
Copy link
Member

Right, I meant chunked upload. Small uploads <10 MB can be restarted, as costs for this can be ignored…

@tobiasKaminsky tobiasKaminsky moved this to 🧭 Planning evaluation (dont pick) in 🤖 🍏 Mobile clients team Sep 27, 2022
@PhilippSchlesinger
Copy link

On uploads we already have this, right @mgallien?

I do not think so According to https://httpwg.org/specs/rfc9110.html#field.range I do not think there is a way to resume an upload

maybe this could work via the PATCH method according to
https://httpwg.org/specs/rfc5789.html

@PhilippSchlesinger
Copy link

Right, I meant chunked upload. Small uploads <10 MB can be restarted, as costs for this can be ignored…

Ah, great, resume is already implemented for chunked uploads larger than 10 MB!
And yes, for small files this can be neglected.

@pedlino
Copy link

pedlino commented Jul 4, 2023

+1
Downloads are not resumable from browser and there is no option to copy a valid direct link to use in a download manager

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants