fluiday / macfuse

Automatically exported from code.google.com/p/macfuse
Other
0 stars 0 forks source link

Root user cannot write into other user's folders on ssh server #381

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
1. Create on remote ssh server folder, owned by some user except "root". I used 
"www-data" for 
web purposes on linux web-server. Privileges are drwxr-xr-x.
2. Connect to this server using sshfs as "root". Trying to put any files or 
folders into folder created 
in step 1.

I expected that files would be written because of root privileges, but see an 
error: "The operation 
cannot be completed because you do not have sufficient privileges". Any other 
sftp client writes 
files in this situation without any problems. (Tried Cyberduck and Expandrive)

Using current versions of macfuse (1.7) and sshfs (1.0.0) on Mac OS 10.5.4

Original issue reported on code.google.com by shol...@gmail.com on 1 Sep 2008 at 10:06

GoogleCodeExporter commented 8 years ago
To understand how MacFUSE works, please look at:

* http://code.google.com/p/macfuse/wiki/FAQ
* http://code.google.com/p/macfuse/wiki/OPTIONS
* Older messages on http://groups.google.com/group/macfuse/ (do some searching)

Original comment by si...@gmail.com on 1 Sep 2008 at 7:06

GoogleCodeExporter commented 8 years ago
Thank you, i've found a solution

Original comment by shol...@gmail.com on 2 Sep 2008 at 4:13