Skip to content

Commit

Permalink
Adding other umask parameters supported by WinFsp
Browse files Browse the repository at this point in the history
  • Loading branch information
rudisimo authored and evsar3 committed Dec 2, 2020
1 parent 23a50b2 commit b3f9beb
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/renderer/SshfsParamsList.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,5 +268,15 @@ export default [
name: 'to_code',
type: 'string',
description: 'New encoding of the file names (default: ISO-8859-2)'
},
{
name: 'create_file_umask',
type: 'number',
description: 'New file permissions (octal)'
},
{
name: 'create_dir_umask',
type: 'number',
description: 'New directory permissions (octal)'
}
]

0 comments on commit b3f9beb

Please sign in to comment.