mirror of https://github.com/arendst/Tasmota.git
13 lines
535 B
INI
13 lines
535 B
INI
name=ESPFtpServer
|
|
version=0.1.0
|
|
author=Jean-Marc Wislez <jmwislez@gmail.com>
|
|
maintainer=Jean-Marc Wislez <jmwislez@gmail.com>
|
|
sentence=A simple FTP server for LittleFS/SPIFFS on ESP8266/ESP32
|
|
paragraph=ESPFtpServer implements a simple FTP server (passive mode, only one connection at a time) on ESP8266 and ESP32, for any file system (SPIFFS/LittleFS/SD_MMC).
|
|
category=Network
|
|
url=https://github.com/jmwislez/ESPFtpServer/
|
|
architectures=esp8266,esp32
|
|
repository=https://github.com/jmwislez/ESPFtpServer.git
|
|
license=GPL
|
|
architectures=*
|