0

I'm using sshfs-win to connect windows explorer to linux box over ssh.

All good but new files are 700 instead of default 644.

rwx------ < bad
rw-r--r-- < default

sending a file over psftp also uses (the prefered) 644. Is there any setting where I can change this behaviour?

ATB

user65297
  • 335
  • 1
  • 12
  • Does that application provide you with an option to set and `umask` and/or `create_umask` or similar option ? – HBruijn Oct 16 '19 at 15:55
  • Thanks, not too familiar with the underlying FUSE, found similar post at https://unix.stackexchange.com/questions/290212/understanding-sshfs-and-umask – user65297 Oct 16 '19 at 16:27
  • Seems to be a common issue: https://github.com/billziss-gh/winfsp/issues/138 – user65297 Oct 16 '19 at 16:29

0 Answers0