Ticket #2012 (closed Feature request)

Opened 6 years ago

Last modified 6 years ago

Case sensitivity...

Reported by: anonymous Owned by:
Priority: normal Component: Other
Keywords: Cc: codesquid
Operating system type: Operating system version:

Description

Read/Write with case-sensitivity.

I nearly lost a lot today with a download->upload of a
folder with file patterns like...

AB123.zip
ab123.zip
AB123.exe
ab123.exe

... which, when I downloaded ended up looking like...

ab123.zip
ab123.exe

... and then uploaded, with half the data missing!

Please do this ASAP, for your owns sakes!

Change History

Changed 6 years ago by codesquid

Unfortunately the filesystems used by Windows are all case
insensitive, it's not possible to have for example the files
abc.txt and ABC.txt in one directory under Windows.
If possible, try not to use filenames which only differ in
case whenever possible.

Note: See TracTickets for help on using tickets.