dplasa / FTPClientServer

Simple FTP Server and Client for the esp8266/esp32 with LittleFS and SPIFFS support
GNU Lesser General Public License v2.1
54 stars 29 forks source link

FTP Server not working with NppFTP plugin of Notepad++ text editor #14

Open SilentDude80 opened 3 years ago

SilentDude80 commented 3 years ago

Hi,

I just tried to use the Notepad++ text editor (NppFTP plugin) with your FTP Server. Connection and directory listing works, but as soon as I want to upload or download a file, the log just says "-> Quit" and the operation fails. No matter if Active or Passive mode.

Other clients like WinSCP work fine...

dplasa commented 2 years ago

I would assume, that the NppFTP plugin tries to open more than one connection at a time. As mentioned in the "Limitations" section this library cannot handle that.