evsar3 / sshfs-win-manager

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

Disfunctional custom command line params #165

Open pizavo opened 1 year ago

pizavo commented 1 year ago

Hello there, I have a problem with connecting to the server with options. If I connect with options on, I cannoct create files/directories, it only shows directory option with administrator icon next to it and when clicked it throws error that given drive does not exist or that one does not have sufficient permissions. If I connect with options off, I can create files/directories without any problem.

The problem is newly created files/directories always come with rw-r--r-- permissions, but I need directories to be rwxr-xr-x, so I need to connect with umask option, but using that option (or any other option; just having those options on is a problem) makes it impossible for me to create any file or directory or whatever.

Would there be a solution to this problem?