xreef / SimpleFTPServer

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Example Server: Disconnect Event never called

Joshy-2010 opened this issue · comments

Not a critical bug, but just wanted to report in case it helps anyone:
I used this example for a simple SPIFFS server based on esp32. Everything works fine, but after disconnecting filezilla

case FTP_DISCONNECT:
Serial.println(F("FTP: Disconnected!"));
break;

is not called. At least I do not see the Serial log message. Strangely, all other messages (connect, file transfer, ...) are pritned correctly.

Hi joshy,
I must verify. I don't know if the disconnection is from the client and the server does not detect It.
Bye Renzo

Fixed in the next release.