SimpleFTPServer icon indicating copy to clipboard operation
SimpleFTPServer copied to clipboard

File list command output question

Open chrgthb opened this issue 3 years ago • 0 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?

chrgthb avatar Jul 20 '22 12:07 chrgthb