esp8266FTPServer
esp8266FTPServer copied to clipboard
[Feature suggestion] Check if client is connected
Could you please add a public method in the class to check if a client is connected to the server and prevent that other part of the code try to access to the files in SPIFFS while they are used by the FTP server? Alternatively a method to close FTPServer and make all files available to the rest of the code again.
Yes please!
Hello, did this get done?