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

does this webserver support resume in downloads? #12

Open
foice opened this issue May 30, 2021 · 0 comments
Open

does this webserver support resume in downloads? #12

foice opened this issue May 30, 2021 · 0 comments

Comments

@foice
Copy link

foice commented May 30, 2021

I have a ESP8266WebServer running on port 80 of my ESP8266 board. It does a fine job serving static HTML pages. However it gives me trouble to serve text files larger than few Kb hosted on the ESP8266 filesystem.

I can access just fine the small files, but the larger ones get truncated. I have tried to use wget, curl or aria2c with resume, but it seems not supported from this WebServer

  -> [HttpResponse.cc:81] errorCode=8 Invalid range header. Request: 16384-359256/359257, Response: 0-359256/359257

or

curl: (33) HTTP server doesn't seem to support byte ranges. Cannot resume.

Is there any way I can run the webserver with resume enabled? or any tip to download these "large" files from the ESP8266?

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

1 participant