NativeFileSystemView.getFileObject(String file) and case sensitivity
--------------------------------------------------------------------

                 Key: FTPSERVER-171
                 URL: https://issues.apache.org/jira/browse/FTPSERVER-171
             Project: FtpServer
          Issue Type: Bug
          Components: Core
         Environment: Linux (or other case sensitive filesystems)
            Reporter: Carl Bunting
            Priority: Minor


NativeFileSystemView.getFileObject(String file) currently doesn't pass the 
caseInsenstive instance variable to NativeFileObject.getPhysicalName(rootDir, 
currDir, file)

As a result, Ftp "GET" arguments have to be in the correct case when the server 
is running on a case-sensitive filesystem.


Changing it to NativeFileObject.getPhysicalName(rootDir, currDir, file, 
caseInsensitive) will resolve this.



Regards,
Carl

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to