Re: Download Files from ESP8266/ESP32 LittleFS
Posted: Tue Apr 25, 2023 12:46 pm
I tried the python littlefs tools, this will not do, it is not user-friendly.
I then studied the FS_browser example, even uploaded it to a NodeMCU. This is way to elaborate for my application, it would more then double the code.
So again I ask the question:
And to be more detailed, I store data in a certain directory (/syx/). I'd like to backup the files under the /syx/ directory. I do not have to pick a particular file, just download all files to my PC/phone/tablet will do. Maybe first zip it or pack it to one file and then download it. However, I did not find a 'make a zip (or pack) from littleFS files' library or example.
So pls direct me to a solution. I am not a newbie, but have little experience with this particular case.
I then studied the FS_browser example, even uploaded it to a NodeMCU. This is way to elaborate for my application, it would more then double the code.
So again I ask the question:
And to be more detailed, I store data in a certain directory (/syx/). I'd like to backup the files under the /syx/ directory. I do not have to pick a particular file, just download all files to my PC/phone/tablet will do. Maybe first zip it or pack it to one file and then download it. However, I did not find a 'make a zip (or pack) from littleFS files' library or example.
So pls direct me to a solution. I am not a newbie, but have little experience with this particular case.