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

Implement download file with Range headers in WebDav #26

Open
fatshotty opened this issue Apr 20, 2024 · 1 comment
Open

Implement download file with Range headers in WebDav #26

fatshotty opened this issue Apr 20, 2024 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@fatshotty
Copy link
Contributor

fatshotty commented Apr 20, 2024

first of all, thanks for great job

I wonder, is there the possibility to download file using Range headers via webdav? I mean: I have a large text file and I need to read it range by range.
WebDav has the Range: bytes=0-100 / Range: bytes=500-1000 (and so on). Can tgfs download file using that header chunk by chunk?

Thanks in advance

@TheodoreKrypton
Copy link
Owner

It's a good suggestion! Let me try to figure out how to do it

@TheodoreKrypton TheodoreKrypton self-assigned this Apr 21, 2024
@TheodoreKrypton TheodoreKrypton added the enhancement New feature or request label Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants