diff --git a/lib/esp8266FTPServer/ESP8266FtpServer.cpp b/lib/esp8266FTPServer/ESP8266FtpServer.cpp index d9c9bb9..76cf11d 100644 --- a/lib/esp8266FTPServer/ESP8266FtpServer.cpp +++ b/lib/esp8266FTPServer/ESP8266FtpServer.cpp @@ -418,26 +418,7 @@ boolean FtpServer::processCommand() File file = root.openNextFile(); while(file){ - if (parameters && strcmp(parameters, "-la")==0) { - data.printf("%s %13d Jan 01 00:00 %s\r\n", file.isDirectory() ? "drwxr-xr-x 1 owner group" : "-rw-r--r-- 1 owner group", file.size(), file.name()); - } else { - if(file.isDirectory()){ - data.println( "+r,s