mtheall / ftpd

FTP Server for 3DS/Switch
GNU General Public License v3.0
1.4k stars 135 forks source link

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

Closed hYdos closed 2 years ago

hYdos commented 2 years ago

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):

Masamune3210 commented 2 years ago

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

mtheall commented 2 years ago

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