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

Large File Upload #12

Open
nailbuster opened this issue Oct 18, 2017 · 4 comments
Open

Large File Upload #12

nailbuster opened this issue Oct 18, 2017 · 4 comments

Comments

@nailbuster
Copy link
Owner

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.

@beegee-tokyo
Copy link
Contributor

I can confirm the problems with uploading files larger than 512Kb on ESP32. I guess the SPIFFS library still has bugs.

@mrWheel
Copy link

mrWheel commented Aug 28, 2018

I can confirm the problems with uploading files larger than 512Kb on ESP8266(!).
Do you think you will address this problem in the near future??

@clydde
Copy link

clydde commented May 9, 2019

Hello, I am looking to upload a 180kb text file and I do not get it, the WinSCP is uploaded when uploading 142kb.
Any advice?

@clydde
Copy link

clydde commented May 9, 2019

Auto Answer:
For esp8266 better use WinSCP
For ESP32 Filezilla it's ok!

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

4 participants