mirror of
https://github.com/HASwitchPlate/openHASP.git
synced 2025-04-19 12:57:19 +00:00
11 lines
837 B
INI
11 lines
837 B
INI
name=SimpleFTPServer
|
|
version=2.1.5
|
|
author=Renzo Mischianti <renzo.mischianti@gmail.com>
|
|
maintainer=Renzo Mischianti <renzo.mischianti@gmail.com>
|
|
sentence=Simple FTP server for esp8266, esp32, STM32, Raspberry Pi Pico and Arduino
|
|
paragraph=Simple FTP server for Raspberry Pi Pico W (LittleFS), esp8266 (SPIFFS and LittleFS or SD, SdFat 2.x), esp32 (SPIFFS, LittleFS and FFAT or SD, SdFat 2.x) and Arduino (SdFat, SD basic lib with 8.3 file format), Wio Terminal (Seed_SD, SdFat 2.x), Arduino MKR (SdFat 2), STM32 (Flash >64K SdFat 2.x and SPI Flash). Support w5500, w5100 and enc28j60. With internal callback to chck the phase of communication.
|
|
category=Communication
|
|
url=https://www.mischianti.org/category/my-libraries/simple-ftp-server/
|
|
repository=https://github.com/xreef/SimpleFTPServer.git
|
|
architectures=*
|
|
includes=SimpleFTPServer.h |