Hi, Is there a way to get all the props of the files in a folder ?
Should I use *propfindMethod*(java.lang.String path, int depth, java.util.Vector properties) with depth set to 1, and the path set to the folder ? Should I get the details from getProperties() from each ResponseEntity ? Trying to debug my test code, but don't know to interpret the data received. thanks in advance ! lixin
