Filename Case issue with over WebDav
Posted
by
user98365
on Server Fault
See other posts from Server Fault
or by user98365
Published on 2011-10-20T07:34:48Z
Indexed on
2012/10/05
21:40 UTC
Read the original article
Hit count: 152
We are accessing SAMBA shared directory from a Windows Client with WebDav client WebDrive. But we are having the issue that it is showing same contents in both the directories ( data/ & Data/ ) though they are entirely different.
I know this is because of Windows Filesystem being case insensitive and Linux being Case Sensitive.
is there any solution for this?
We had the same issue when viewed through the SAMBA mounted directory but we solved it by editing the SMB.conf as said in the following link
Does Samba work well with Windows when case-sensitive names are enabled?
Please help to solve this when accessed from the WebDav
© Server Fault or respective owner