Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Retrieve files from LittleFS #7776

Unanswered
econeale asked this question in Q&A
Discussion options

Does anyone know if there's an "easy" way to retrieve files from the SPIFFS / LittleFS without using a Webserver or similar?

For V1 of the Arduino IDE, @me-no-dev had this handy tool for uploading data directories to the device but I don't think there's been a way to get that file from the ESP32 to the host via esptool or similar.

All thoughts appreciated!

You must be logged in to vote

Replies: 1 comment

Comment options

I use the filesystem upload tool in VSCode + PlatformIO. I believe it uses esptool to write the partition to the ESP32, typically over USB bootloader. Anything that involves reading an individual file will need to have code running on the ESP32 and some communications channel.

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet

AltStyle によって変換されたページ (->オリジナル) /