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

File list command output question

chrgthb opened this issue · comments

Hi, thanks for the server. I use Textastic text editor app on my iPad and its FTP client couldn't list the files / folders. It can connect and upload, but it won't show any files. I've contacted the developer and he said in the list command output there are tab (\t) chars instead of space.
I've searched your FtpServer.cpp and if I found the right place at the generateFileLine function there are \t chars.

I know the LIST command output has been unspecified, but..
Could you implement a solution to change the tab chars to space or something else? I think a #define would be enough.

Or this is not the right way?