I am running a syncthing client in a jail, and the sync directory dataset is set up as owner/group syncthing/syncthing.
I am copying files into/out of this directory with Winscp (Windows XP - I don't want to use NTLM v1 due to security issues.) using user ids that are part of the syncthing group. I would prefer use my regular login to put files in or take files out of the sync directory.
Files copied into the sync directory retain the login ID of the owner
If I forget to change the group ownership from the default, I can end up with a file:
-rwxr--r-- user syncthing
That won't be deleted properly. Is there a way to force -rwxrw-r-- and owner syncthing
Any suggestions woud be much appreciated.
I am copying files into/out of this directory with Winscp (Windows XP - I don't want to use NTLM v1 due to security issues.) using user ids that are part of the syncthing group. I would prefer use my regular login to put files in or take files out of the sync directory.
Files copied into the sync directory retain the login ID of the owner
If I forget to change the group ownership from the default, I can end up with a file:
-rwxr--r-- user syncthing
That won't be deleted properly. Is there a way to force -rwxrw-r-- and owner syncthing
Any suggestions woud be much appreciated.