An open API service indexing awesome lists of open source software.

https://github.com/jbilander/esp32-ftp-server

FTP-Server for the ESP32 using SdFat (Arduino FAT16/FAT32/exFAT Library) for storage
https://github.com/jbilander/esp32-ftp-server

Last synced: over 1 year ago
JSON representation

FTP-Server for the ESP32 using SdFat (Arduino FAT16/FAT32/exFAT Library) for storage

Awesome Lists containing this project

README

          

# ESP32-FTP-Server
An FTP-server for the `ESP32` using `SdFat` (Arduino `FAT16`/ `FAT32`/ `exFAT` Library) for storage

***

WORK IN PROGRESS

***

An FTP-server implementation for the `ESP32` based on this code but heavily refactored...

https://github.com/peterus/ESP-FTP-Server-Lib/




...to instead use `SdFat` (SdFs filesystem) for MicroSD-card storage (through SPI)


https://github.com/greiman/SdFat/

***