Details
Description
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