Tasmota/lib/lib_div/ESPFtpServer
gemu 92214ac633
ADD FTP server to filesystem (#20402)
* add ftp lib

* add ftp server
2024-01-08 16:44:49 +01:00
..
examples ADD FTP server to filesystem (#20402) 2024-01-08 16:44:49 +01:00
ESPFtpServer.cpp ADD FTP server to filesystem (#20402) 2024-01-08 16:44:49 +01:00
ESPFtpServer.h ADD FTP server to filesystem (#20402) 2024-01-08 16:44:49 +01:00
LICENSE ADD FTP server to filesystem (#20402) 2024-01-08 16:44:49 +01:00
README.md ADD FTP server to filesystem (#20402) 2024-01-08 16:44:49 +01:00
library.json ADD FTP server to filesystem (#20402) 2024-01-08 16:44:49 +01:00
library.properties ADD FTP server to filesystem (#20402) 2024-01-08 16:44:49 +01:00

README.md

ESPFtpServer

The history of this code is as follows:

The current repository is forked from fa1ke5, and has the following changes:

  • use of any file system file system (like SPIFFS/LittleFS/SD_MMC)
  • codebase to work for both ESP8266 and ESP32
  • clean-up of code layout and English
  • addition of library description files