evsar3 / sshfs-win-manager

A GUI for SSHFS-Win (https://github.com/billziss-gh/sshfs-win)
MIT License
1.14k stars 85 forks source link

Adding other umask parameters supported by WinFsp #61

Closed rudisimo closed 3 years ago

rudisimo commented 3 years ago

WinFsp 2019.3 added a few extra parameters to help deal with some create_umask issues when creating files/directories. This PR just adds those parameters to the list supported by the application.

For more information on the issue itself, see billziss-gh/winfsp#138, and billziss-gh/winfsp#227 for the solution.