Skip to content

DaveBrad/DevFsUploadESP

Repository files navigation

DevFsUploadESP

ESP32 or ESP8266 file-system upload development aid for SPIFFS or LittleFS

A Arduino set of libraries that provides a browser-UI to manage file-system components on the ESP. (User documentation is found in 'docs/devfsuploadesp_docs')

A user needs to install the libraries (found in the lib folder):
DevFsUploadCommon, DevFsUploadSPIFFS and DevFsUploadLittleFS

See the doc/devfsuploadesp_docs files (download and view .html with a browser).

The capabilities provided are:
files: list, view, download, delete
dirs: list, select (for upload ESP-target-directory) make-sub-directory, remove-directory

upload browse: reset, upload, browse (all for files or directory management

ESP-target-directory : 'manual' or 'select dir' setting capability
(upload target)

NOTE/WARNING: there is no checking for free space on the ESP when uploading files.

Initial page view

Alt text

List files and List Dir(s) view

Alt text Alt text