I need to prevent the acl subtitution during folder copy and I don't know how to do. I have two repositories, the source and the destination with different acl. Users have to copy (with windows's file explorer) some folders from source to destination but I want that the copied folder inherit the destination acl. Now I see that the acl are copied and maintained from source to destination.
How to let windows explorer copies folder form source to destination using destination acl inheritance instead of original acl? Mind that source and destination are on the same network volume.
Thanks
Edit
I found that if I copy folders using network paths (ex. \\server\share\folder) everything works as I need (the folder inherit the destination acl), the problem is just if I use mapped network volume (ex. z:\share\folder).