i'm a new bee in use of slide
i try to use slide client on a java application and don't manage to get
file.
here is my code:
.....
File temp = new File("temp.xml");
root = new WebdavResource(webdavRootUrl);
temp.CreateNewFile();
System.out.println(webdavRootUrl);
Sytem.out.println("read :"+temp.canRead()+" write: "+temp.canWrite());
System.out.println(root.getMethod("config/projects_config.xml",temp));
....
it displays:
http://localhost:8080/slide/files/
read: true write: true
false
I don't understand when I check with konqueror the file exists.....
Can someone explain me what i have missed???
thanks for your answer