Home › Forums › The libraries hosted on the site › FTP Server (Simple and Multi) › Esp8266 Problem to configure FTP with Sd › Reply To: Esp8266 Problem to configure FTP with Sd
Hi Renzo, thanks for the answer
I tried with FileZilla, just to try I make a test, if I use LittleFS I am able to see the file inside the filesystem, but is not transfering, if I go back to SD I have the same problem, it looks like the simpleFTPserver is not using SD-card.
PS: I changed
#ifndef DEFAULT_FTP_SERVER_NETWORK_TYPE_ESP8266
#define DEFAULT_FTP_SERVER_NETWORK_TYPE_ESP8266 NETWORK_ESP8266
#define DEFAULT_STORAGE_TYPE_ESP8266 STORAGE_LITTLEFS
for LittleFS
then
#ifndef DEFAULT_FTP_SERVER_NETWORK_TYPE_ESP8266
#define DEFAULT_FTP_SERVER_NETWORK_TYPE_ESP8266 NETWORK_ESP8266
#define DEFAULT_STORAGE_TYPE_ESP8266 STORAGE_SD
for SD
I am using esp8285, maybe is because of this?


