Skip to content

Releases: xreef/SimpleFTPServer

Minor fix

21 May 12:39

Choose a tag to compare

Minor fix (removed Serial.printf).

Add UTF8 support and basic management of file length.

17 May 06:48

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.

Add support to STM32

30 Mar 06:03

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

Choose a tag to compare

Fix ethernet constructor, styling files structure

Fix anonymous constructor and SPIFFS

25 Feb 17:14

Choose a tag to compare

Fix anonymous constructor and SPIFFS

Add anonymous user management and follow RFC for LIST command

23 Feb 06:52

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

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

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

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

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)