Page 1 of 1

FTP Server using SDFat?

Posted: Thu Oct 24, 2019 11:05 pm
by vangalvin
Has anyone come across an FTP Server for the ESP32 that uses SDFat?

Seems most FTP servers are using SPIFFS or are designed to run on the ESP8266.

Re: FTP Server using SDFat?

Posted: Mon Feb 15, 2021 7:36 pm
by nopnop2002
Try this.
https://github.com/nopnop2002/esp-idf-ftpServer

It uses the FAT file system instead of SPIFFS, directory operations are possible.