shadom / win-sshfs

Automatically exported from code.google.com/p/win-sshfs
0 stars 0 forks source link

Permissions reset when file modified #119

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Change the permissions of a file to something other than the umask default 
(say 777)
2. Open and modify the file on Windows using Winsshfs, save changes
3. Verify that the permissions have been reset

What is the expected output? What do you see instead?

Expected output is the same permissions that I set before I modified the file, 
actual output if reset permissions to the umask.

What version of the product are you using?

win-sshfs:
Client OS: Windows 8.1
Server OS: CentOS7.1
Ssh server: OpenSSH 6.4p1

Original issue reported on code.google.com by i...@ecnepsnai.com on 13 Mar 2015 at 8:21