I’m using the .NET-Server from IT-Hits WebDAV implementation and couldn’t figure out my question from the documentation.
The WebDAVEngine uses a class called IHierarchyItem wich has the Properties Path and Name.
So my question: Has the path be directly related to the items name? So if path is /folder/file.txt has the name to be file.txt or can i provide a generic name? So if the path would be /abc.txt may the name be something else? Or does this affect the Clients?
Thanks.
I havent used that specific webdav server, but I know that for webdav generally there is a display-name property which is independent of the resource href.
BUT this property IS NOT USED by most webdav clients. Instead webdav clients generally just use the last path segment as the file name and ignore the display-name property.