Hi Manfred, Great thanks for your help. I used PropFindMethod and got all I need.
Best regards Andrey Zupko Sr. Java Developer Hotwire -----Original Message----- From: Manfred Baedke [mailto:[EMAIL PROTECTED] Sent: Monday, November 03, 2008 8:36 AM To: [email protected] Subject: Re: cant find some Slide functionality in jackrabbit webDav project Hi Andrey, a WebDAV client just uses a PROPFIND request with depth 1 to get a list of internal members of a collection. Regards, Manfred Andrey Zupko wrote: > Hello, > > I've just started with jackrabbit webDav for creating java client. > I've found all needed functionality like create, move, upload and download > resources except one. I can't find functionality for getting list of > subdirectories and files of resource > I've found such functionality in Slide project but this project is retired - > there is list() method in WebdavResource class. > Does such functionality exist in jackrabbit webDav project? > Please let me know how I can get list of files and subdirectories from > resource? > > > Thank you for your answer, > Andrey Zupko > Sr. Java Developer > Hotwire > > > -- Manfred Baedke <green/>bytes GmbH Hafenweg 16 D-48155 Münster Germany Amtsgericht Münster: HRB5782
