SimpleFTPServer Versions Save

A simple FTP server for Arduino, ArduinoSAMD WiFiNINA, esp8266, esp32, stm32 and Raspberry Pi Pico W

v1.2.1

2 years ago

Fix anonymous constructor and SPIFFS

v1.2.0

2 years ago

Add anonymous user management ftpSrv.begin();

and follow RFC for LIST command. The file list now have this pattern -rw------- 1 peter 848 Dec 14 11:22 00README.txt

v1.1.0

2 years ago

Arduino ESP32 v2 core LittleFS management with the core library. Add end method to stop the service and set setLocalIP method to set the IP manually. Some minor fix to manage delayed WiFi activation.

v1.0.1

2 years ago

Fix the LIST command problem.

v1.0.0

2 years ago

Upgraded release with all esp32 and esp8266 native filesystem and some kind of SD for Arduino. Simple FTP Server for

esp8266 (Flash: SPIFFs, LittleFS. SD: SD, SdFat 2) esp32 (SPIFFS, LITTLEFS, FFAT, SdFat) Arduino (SD with 8.3 file format, SdFat 2) Wio Terminal (SdFat 2, and native FAT)

Not already tested but supported external SPI memory with Arduino, Arduino MKR and esp Not already tested SD with Arduino MKR

v0.9.1

3 years ago

Simple FTP server for esp8266 (SPIFFS and LittleFS), esp32 (SPIFFS) and Arduino (SD basic lib with 8.3 file format)