mirror of
https://github.com/winfsp/sshfs-win.git
synced 2025-04-18 23:04:01 +03:00
Add a registry patch file (based on ServerAliveInterval.reg) with options that set owner/group read,write permissions for new files and owner/group read,write,execute permissions for new directories. Also update README.md: - Add dedicated section with the info on how to pass options to sshfs for mapped network drives and "net use". - Move sshfs option passing info out of Preventing timeouts section. - Add section on setting looser permissions for new files and directories.
14 lines
628 B
Reg
14 lines
628 B
Reg
Windows Registry Editor Version 5.00
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\WinFsp\Services\sshfs]
|
|
"CommandLine"="svc %1 %2 %U -o create_file_umask=0117,create_dir_umask=0007"
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\WinFsp\Services\sshfs.k]
|
|
"CommandLine"="svc %1 %2 %U -o create_file_umask=0117,create_dir_umask=0007"
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\WinFsp\Services\sshfs.kr]
|
|
"CommandLine"="svc %1 %2 %U -o create_file_umask=0117,create_dir_umask=0007"
|
|
|
|
[HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\WinFsp\Services\sshfs.r]
|
|
"CommandLine"="svc %1 %2 %U -o create_file_umask=0117,create_dir_umask=0007"
|