Re: Problems with Slide Client and SAP Portal WebDAV
Julian Reschke <[email protected]>
| Newsgroups | gmane.comp.jakarta.slide.user |
|---|---|
| Message-ID | <[email protected]> |
Jeff Blank schrieb: > /km/docs/etc has a mixed of folders that my user has access to. Therefore, I get a mix of 200, 404, and 403 statuses in the response. Note that the 404s are inside <propstat> - meaning property not found - while the 403s are on the resource itself. > The 403 folders are displayed in slide cmd line client using 'ls', but not 'ls -l'. With 'ls -l' I see none of the folders that I should, but do see the one document. > > ------- > I should point out that my ultimate goal is traverse a WebDAV folder structure, seeing items that I have access, and getting properties/document for items that I'm interested in. It seems that I'm stuck at traversing the folder structure when accessing SAP Portal WebDAV. Well, is there any reason why you need the Slide client at all? Just parsing the PROPFIND XML response "by hand" should be simple enough... > I guess we'll see what building with latest slide src does. > > -Jeff Best regards, Julian