[
https://issues.apache.org/jira/browse/FTPSERVER-171?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Carl Bunting updated FTPSERVER-171:
-----------------------------------
Attachment: NativeFileSystemView.java.patch
attached patch..
> 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
> Attachments: NativeFileSystemView.java.patch
>
> Original Estimate: 0.17h
> Remaining Estimate: 0.17h
>
> 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.