Skip to content

Releases: xreef/SimpleFTPServer

Add support to STM32

30 Mar 06:03
Compare
Choose a tag to compare

Manage support for STM32, soon the tutorial on www.mischianti.org

Fix ethernet constructor, styling files structure

18 Mar 17:07
Compare
Choose a tag to compare

Fix ethernet constructor, styling files structure

Fix anonymous constructor and SPIFFS

25 Feb 17:14
Compare
Choose a tag to compare

Fix anonymous constructor and SPIFFS

Add anonymous user management and follow RFC for LIST command

23 Feb 06:52
Compare
Choose a tag to compare

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

ESP32 v2 core LittleFS management, add end and setLocalIP method, fix

02 Feb 07:22
Compare
Choose a tag to compare

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.

SimpleFTPServer minor fix

25 Nov 07:12
Compare
Choose a tag to compare

Fix the LIST command problem.

Upgraded release with all esp32 and esp8266 native filesystem and some kind of SD for Arduino

05 Nov 21:32
Compare
Choose a tag to compare

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

First stable and tested release.

17 Mar 22:20
Compare
Choose a tag to compare

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