in reply to chmod fails

Post the code you have that doesn't work so we have something to review. We're not going to write something for you without you showing the attempt(s) that you've made.

Replies are listed 'Best First'.
Re^2: chmod fails
by Umdurman (Acolyte) on Aug 16, 2020 at 21:08 UTC
    Thank you guys, this problem is not about how to chmod but how to make sure to get permissions right when copying files from Windows to Mac directories. I found the solution though. Made a multi-file upload script to transfer the files. Then all permissions will stay okay;-) The script also distributes the uploaded files in one of the 20 special directories for me. After checking if the files are valid;-) Ton