> > > when using slide cliente against iis i can do all the operations in > > > resources, like: put, get, delete, move, copy, propput, propget, ... > > > But when working with collections, i make a proput, the answer is > > > sucessfull, but the answer to the propget is > > > > > > [MAIK] /webdav/ $ propget exper author > > > Getting properties '/webdav/exper': failed. > > > Multi-Status (207) > > Well, It works finel for me. Hmm... > Is '/webdav/exper' a collection or just resource? > > In my case, It works wrong in the root WebDAV collection. > Other resources is ok on IIS 5.0. > How about you? More information please? Well, acutually, it's not a problem with configuration. IIS 5.0 returns the property "author" of "/webdav/exper/"! Not "/webdav/exper"!! (in the current Slide client) That means if you're want to get property that you need to attatch the slash "/" characters at the last part of the path! It show that the returning resource is a collection. The IIS 5.0 acts like this, and I think it's reasonable. I'll fix it for this problem, soon. Thank you for reporting bugs. Sung-Gu P.S. & NOTICE: Is there someone want to join more actively on the client side, Then how about making GUI Slide client with Swing using WebDAV API ? I bet it'll great contribution!
