robo8080 / ESP32_FTPServer_SD

ESP32 FTP Server
GNU Lesser General Public License v3.0
41 stars 14 forks source link

File name first character missing ファイル名一文字目が抜けています #2

Open VenomBottle opened 3 years ago

VenomBottle commented 3 years ago

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 両方で確認しましたが、問題が同じでした。

FTP Issue

PurdueSurfer commented 2 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 FTP Image

KyleMolinari commented 1 year ago

I fixed this issue and made a pull request.

You can also find the code here: https://github.com/KyleMolinari/ESP32_FTPServer_SD