You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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
or
Is there any way I can run the webserver with resume enabled? or any tip to download these "large" files from the ESP8266?
The text was updated successfully, but these errors were encountered: