mtheall/ftpd

Renaming a file on client to same name without capital letters caused no such file or directory erorr

hYdos opened this issue · 2 comments

hYdos commented

Describe the bug
Renaming a file on client to same name without capital letters caused no such file or directory erorr

To Reproduce
Steps to reproduce the behavior:

  1. Create a file called BOOT.NDS
  2. Try rename the file to boot.nds
  3. See error

Expected behavior
The file will be renamed to boot.nds

Screenshots
image

Platform (please complete the following information):

  • System 3DS
  • System version Latest 11.16 EU
  • Launch method Home Menu CIA
  • Type CIA
  • Classic? No

Rename it something else and then rename it back to whatever you want but in Captials, Windows has the same limitation so it wouldn't be surprising if its a 3DS filesystem service limitation

FAT32 is case-insensitive. It's an error to rename a file to itself.