-
Notifications
You must be signed in to change notification settings - Fork 265
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm having an issue from windows explorer, it creates 4 folders instead of one. #250
Comments
Ok, I'm going to add more info to this because I'm unable to get this working as expected. This is the cacls for the file just created:
On the server end:
Now, let's talk about permissions. Other things that I've noted, if I use the exact same configuration on a Windows 10 machine, none of the mentioned behavior appears, so it will most likely be a problem with Windows Server, but I can't figure out what is the next step for me. Of course there are some workarounds that I can try like acls on Debian but I want to get this to work smoothly as I can do on Windows 10. If someone here can give me a helping hand it will be much appreciated. |
I have more info, reading thoroughly I found that not all the options are being parsed.
Looks like the idmap, uid and gid options are not being addressed... any clues? |
Yeah, I am still having this issue and no one seems to have an answer/fix for it. |
Sadly I gave up. I absolutely discarded this for my projects and also I've recommended others not to use sshfs, it is not ready yet for production purposes. |
Having same issue. Will this be fixed? |
same problem |
This common issue still has no known fixes or workarounds. If anyone can find a solution, it would much appreciated. |
After reading this #347, I have impression there are currently no plans to continue actively develop this project. So I had to move on to something better. In case somebody needs sshfs/sftp implementation which just works, I suggest RClone (it is free and open source), check my answer at ServerFault for more details and how to use it: https://serverfault.com/a/1105428/393105. |
solution: winfsp/winfsp#357 (comment) |
Basically, when I press the right mouse button and select create a new folder, nothing seems to happen, but when I hit F5 to refresh I'm getting this result:
New folder
New folder (2)
New folder (3)
New folder (4)
In addition, if I create it from cmd.exe, the result is access denied but the folder is created.
Here is my connection string:
C:>"C:\Program Files\SSHFS-Win\bin\sshfs.exe" [email protected]:/home/hoot/videos Z: -ovolname="xxxx xxxxx" -odebug -ologlevel=debug1 -oStrictHostKeyChecking=no -oUserKnownHostsFile=/dev/null -oidmap=user -ouid=-1 -ogid=-1 -oumask=000 -ocreate_umask=000 -omax_readahead=1GB -oallow_other -olarge_read -okernel_cache -ofollow_symlinks -oPreferredAuthentications=publickey -oIdentityFile="C:/xxxxxxx/xxxxxx/id_rsa"
Using this network drive from other software usually gets an Operation not permission error.
SSHFS version 3.5.2
The text was updated successfully, but these errors were encountered: