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
- Host: GitHub
- URL: https://github.com/jbilander/esp32-ftp-server
- Owner: jbilander
- License: gpl-2.0
- Created: 2023-02-15T13:16:59.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-28T14:45:39.000Z (over 3 years ago)
- Last Synced: 2025-02-06T16:05:36.384Z (over 1 year ago)
- Language: C++
- Size: 71.3 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/
***