You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: