Simple HTTP File Server Example upload/download to sdcard
Posted: Fri May 07, 2021 12:09 pm
Hello,
i am trying to upload and download files to the sdcard in the example. https://github.com/espressif/esp-idf/tr ... le_serving
I have activated the option "EXAMPLE_MOUNT_SD_CARD" as written in the README.
The SD card is recognized and mounted according to the log.
However, I can't find a way to access the sdcard. With the file upload button I always write to the spiffs file system in the esp.
What is the command to get to the sdcard via the url or curl?
Thanks for your help
i am trying to upload and download files to the sdcard in the example. https://github.com/espressif/esp-idf/tr ... le_serving
I have activated the option "EXAMPLE_MOUNT_SD_CARD" as written in the README.
The SD card is recognized and mounted according to the log.
However, I can't find a way to access the sdcard. With the file upload button I always write to the spiffs file system in the esp.
What is the command to get to the sdcard via the url or curl?
Thanks for your help