Hi List,
I'm new to Slide and actually I'm almost new to Java.
Please forgive me,
if I ask to many stupid questions.
I would like to use a WebDAV account as external webspace
for an Java
based Web Application by using Slide httpclient. I found
somewhere short
example code and I'm able to connect to my WebDAV account
and I'm able
to list files which are in the root folder. Some example
code:
// connecting to WebDAV
HttpURL hrl = new HttpURL("[my
account]");
hrl.setUserinfo("[my
username]","[my password]");
WebdavResource wdr = new
WebdavResource(hrl);
// getting files contained in root folder
WebdavResources resources =
wdr.getChildResources();*
*
My problem are subfolders which are existant in the root
folder. I'm not
able to fetch the by getChildResources(). There is always
only one
Folder in "resources", but there are many
subfolders in the root folder.
Information about coding environment:
httpclient Slide 2.1
Java 1.5
WebDAV implementation of account unknown but fully
browseable with
Konqueror contained in KDE 3.5
Can somebody help me with my issue? I appreciate for any
help.
With kind regards,
Christoph
**
--
****************************************
Christoph Guse
Löhstraße 34
41747 Viersen
Tel. / VoIP 0 21 62 / 50 24 066
Mobil 01 51 / 17 80 74 84
****************************************
|