Hello the list,
my config is :
- server side : an apache server plus a module for WEBDAV
- client side : jakarta slide webdab client 2.0 beta1

my code is very simple :

                        WebdavFile collectionDirectory = new WebdavFile(new 
HttpURL("http://ServerName/Toto/Directory with blank"));
                        File files[] = collectionDirectory.listFiles();

the files list is not correct, the list contains all the files and 
subdirectories (this is ok), but also the root directory 
Directory%20with%20blank (this is ko ).

is my code correct ? why the file name is encoded? If you can something for 
me.
thanks.

regards, jp



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

Reply via email to