Hello,

I tried using the client lib against the WebDAV server which comes with
SUN One Web Server 6.1.

I connect to this URL:

http://192.168.1.102:88/dav/

The root directory of WebdavResource is /dav/.  When I try do use any of
the list functions (getChildResources(), list(), ...) I am not getting
the names of the resources stored though.

For example I do have 2 folders and 1 file at root.

bread <dir>
test  <dir>
afile.java

listBasic() only gives me 2 entries:

0 = afile.java
1 = 4369
2 = text/plain
3 = Jul 27, 2006 9:16:41 AM
4 = afile.java

0 = test
1 = 0
2 = COLLECTION
3 = Jul 26, 2006 12:18:22 PM
4 = dav

According to the docs those are the fields:

0: displayname
1: getcontentlength
2: iscollection or getcontentype
3: getlastmodifieddate
4: name

The "bread" folder is not listed and also the name of the other folder
is wrong, it should be "test", not "dav".

My other WebDAV clients work as expected (Windows Explorer, DAV
Explorer).  The command line client sample code fails, it also lists
"dav" as a folder and can't cd into.  Very weird?


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to