xreef / SimpleFTPServer

A simple FTP server for Arduino, ArduinoSAMD WiFiNINA, esp8266, esp32, stm32 and Raspberry Pi Pico W

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SPIFFS directory

TheMechanos opened this issue · comments

Hey, why there is no spiffs directory support in this library?

Hi @TheMechanos,
the official documentation says that SPIFFS does not support the directory.
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/storage/spiffs.html
Bye Renzo