Hello,
if I create a new text file on computer A in an encrypted boxcryptor folder it has the following permission:
-rw--r--r--
On computer B it has after it was downloaded (in my case via OneDrive)
-rwx-r-w-r-x
So on the second computer it has "chmod +x" which it did not had on the first computer. Same effect in the other direction. S if I create the file on computer B (without +x) on computer A it has execute permission.
Is it somehow possible to avoid this? In 99,9% I do not want "+x".