Download Files from ESP8266/ESP32 LittleFS
Posted: Wed Apr 19, 2023 1:05 pm
Dear forum
Wrote an application with webbrowser in LittleFS. Beside the html/css/javascript files, It uses binary files to store/read/write settings. I can upload these binary files with the 'ESP8266 data upload littlefs' script within de arduino IDE. However, the program stores data in the littlefs filesystem as well. I'd like to be able to download the contents as well as a backup for instance. I searched several search engines and this forum for a solution but did not find any.
I'd be happy with a command line program to list and download the littlefs contents (via serial). A webbrowser solution would even be better. ftp, telnet, surprise me
Could someone point me in the direction of such a solution?
Thanks
Wrote an application with webbrowser in LittleFS. Beside the html/css/javascript files, It uses binary files to store/read/write settings. I can upload these binary files with the 'ESP8266 data upload littlefs' script within de arduino IDE. However, the program stores data in the littlefs filesystem as well. I'd like to be able to download the contents as well as a backup for instance. I searched several search engines and this forum for a solution but did not find any.
I'd be happy with a command line program to list and download the littlefs contents (via serial). A webbrowser solution would even be better. ftp, telnet, surprise me
Could someone point me in the direction of such a solution?
Thanks