I need to copy ACL + folders using Rest Webservices from Source -> Destination within same repository but different cabinets. I'm able to implement copy operation using rest services and found that ACL's are not copied to destination folder.
Reason - Folder structure is complex and approx 120 folders need to be copied as part of a Template per project. Creating 120+ folders in run time will cause troubles and process may hangup.
Request you to suggest a better approach/way to handle this.