Hi,
when I try to create a folder using :
webdavResource.setDefaultDepth(DepthSupport.DEPTH_INFINITY);
boolean s = webdavResource.mkcolMethod(path);it returns Conflict (404) error if the parent folders are not created. I thought DEPTH_INFINITY suppose to create all. anyother way to create all the folders on the path ? thanks lx
