-
Notifications
You must be signed in to change notification settings - Fork 128
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
Large File Upload #12
Comments
I can confirm the problems with uploading files larger than 512Kb on ESP32. I guess the SPIFFS library still has bugs. |
I can confirm the problems with uploading files larger than 512Kb on ESP8266(!). |
Hello, I am looking to upload a 180kb text file and I do not get it, the WinSCP is uploaded when uploading 142kb. |
Auto Answer: |
I've been testing the changes for faster upload/download and esp32 support.
I've found almost everything works well with both esp8266 and esp32....
Found one issue that don't know if others can replicate. Upload of files larger than 512K (524,288) bytes will 'stall'. On the esp8266 the file will eventually upload fine, on the esp32 sometimes the file will fail upload but trying again usually gets the file to the esp32.
downloading files >512K works fine and fast.
all testing was done using FileZilla.
esp32 itself isn't 'perfect' yet... I was testing it hard and got to the point where I had to reformat the spiffs to get it working but couldn't replicate it.
thanks to the all those who have contributed/helped.
The text was updated successfully, but these errors were encountered: