Opened 21 years ago
Last modified 21 years ago
#2012 closed Feature request
Case sensitivity...
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | Tim Kosse | |
Component version: | 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!
Note:
See TracTickets
for help on using tickets.
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.