Opened 21 years ago
Last modified 21 years ago
#388 closed Bug report
download error while two file have similar name
Reported by: | punchouty | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | Other |
Keywords: | Cc: | punchouty, Tim Kosse | |
Component version: | Operating system type: | ||
Operating system version: |
Description
I have two files with same name but part of file name is
in CAPSLOCKS. e.g. myfile.java and myFILE.java. During
ftp download only one file is getting downloaded that is
myFILE.java and content its containg of myfile.java.
Note:
See TracTickets
for help on using tickets.
This problem exists because file name in windows are case-
insensitive. There is nothing I can do to fix this problem.
Try not to use filenames which only difer in case.