From 453e61d5dc538e19e545075818e94a9508501c44 Mon Sep 17 00:00:00 2001 From: Daniel Plasa Date: Sun, 24 May 2020 18:58:42 +0200 Subject: rewrite/reworks to also use LittleFS since SPIFFS has become deprecated Also modifications to support also active mode and performance tunings with the use of dynamic buffers when transfering file data. --- library.properties | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'library.properties') diff --git a/library.properties b/library.properties index 0e89838..419d1fd 100644 --- a/library.properties +++ b/library.properties @@ -1,9 +1,9 @@ -name=ESP8266FtpServer -version=1.0.1 -author= -maintainer=david@paivahome.com -sentence=Very Simple FTP server for SPIFFS on esp8266 -paragraph=Very Simple FTP server for SPIFFS on esp8266 +name=espFtpServer +version=0.9.1 +author=Daniel Plasa +maintainer=dplasa@gmail.com +sentence=Simple FTP server for SPIFFS and LittleFS on esp8266/esp32 +paragraph=Simple FTP server for SPIFFS and LittleFS on esp8266/esp32 category=Communication url= architectures=esp8266,esp32,arduino-esp32 -- cgit v1.2.3