nailbuster / esp8266FTPServer

Simple FTP Server for using esp8266/esp32 SPIFFs
GNU Lesser General Public License v2.1
208 stars 126 forks source link

Advanced IP Scanner crashes the FTP server #27

Open bill-orange opened 5 years ago

bill-orange commented 5 years ago

All is well with my use of the FTP server for updating and changing files in my ESP8266 SPIFFS with one exception.

'Advanced IP Scanner' crashes the Ftp server causing a reboot. Here's the exception Decode:

0x400dc503: FtpServer::userIdentity() at C:\Users\William\Documents\Arduino\libraries\esp8266FTPServer-master/ESP8266FtpServer.cpp line 1020
0x400de4d9: FtpServer::handleFTP() at C:\Users\William\Documents\Arduino\libraries\esp8266FTPServer-master/ESP8266FtpServer.cpp line 1020
0x400d71d6: loop() at C:\Users\William\Documents\Arduino\OWM_forecast_ESP32_SPIFFSg/OWM_forecast_ESP32_SPIFFSg.ino line 371
0x400e95e5: loopTask(void*) at C:\Users\William\AppData\Local\Arduino15\packages\esp32\hardware\esp32\1.0.2\cores\esp32/main.cpp line 19
0x40088f75: vPortTaskWrapper at /Users/ficeto/Desktop/ESP32/ESP32/esp-idf-public/components/freertos/port.c line 355 (discriminator 1)

Any advice?

Anton-V-K commented 3 years ago

Is this issue still reproducible with up-to-date ESP8266 Core? I guess, any port scanner can crash the FTP server... it doesn't look stable.