Open VenomBottle opened 3 years ago
I am having the same issue. The first name of every file and folder is missing. This is happening in 2 different FTP servers (FileZilla and WinSCP), so it appears to be a problem with this library. A photo is attached that shows my WinSCP FTP session. Any help would be appreciated.
Thanks
I fixed this issue and made a pull request.
You can also find the code here: https://github.com/KyleMolinari/ESP32_FTPServer_SD
When I access the FTP server, the first character of every file name is missing. eg/ a File named "Example.txt" displays as "xample.txt" in windows explorer. I have the same issue in FIleZilla.
FTPサーバーにアクセスする時、全てのファイル名は一文字目が抜けています。例えば 「Example.txt」のファイルがあるとすると、表示されるのは「xample.txt」です。ExplorerとFileZilla 両方で確認しましたが、問題が同じでした。