Skip to content

Releases: xreef/SimpleFTPServer

Multiple minor fix and optimization

11 Jan 08:57
Compare
Choose a tag to compare

Multiple minor fix and optimization
Fix LittleFS filename size.

Minor fix and add support for SYST command

16 Jul 10:32
Compare
Choose a tag to compare

In this release, we are applying several fixes and integrating the SYST command (thanks @MartinMueller2003)

Fix ESP32 rename on SD

17 Oct 12:33
Compare
Choose a tag to compare

Fix ESP32 rename on SD (thanks @scuba-hacker) #44

Fix esp8266 Ethernet (w5x00) issue and explain solution for ESP32 Ethernet (w5x00), add new Networks management

07 Feb 16:22
Compare
Choose a tag to compare

Fix esp8266 Ethernet (w5x00) issue and explain solution for ESP32 Ethernet (w5x00), add new Networks management

Fix SPIFM external SPI Flash date management (add SPIFM esp32 example)

13 Jan 09:34
Compare
Choose a tag to compare

Fix SPIFM external SPI Flash date management (add SPIFM esp32 example)

Add support for Raspberry Pi Pico W and rp2040 boards, Fix SD card config

27 Dec 08:58
Compare
Choose a tag to compare

Add support for Raspberry Pi Pico W and rp2040 boards, and fix SD card config

Soft AP IP management, more disconnect event

20 Sep 19:58
Compare
Choose a tag to compare

Soft AP IP management, more disconnect event and SD_MCC

Fix path on SD card variant

06 Jul 20:08
Compare
Choose a tag to compare

Fix path on SD card variant and minor fix

Minor fix

21 May 12:39
Compare
Choose a tag to compare

Minor fix (removed Serial.printf).

Add UTF8 support and basic management of file length.

17 May 06:48
Compare
Choose a tag to compare

To support special characters and various languages I add UTF8 support, (thanks to @pabler).
And add minimal check of file length.