I'm mounting it together with macfusion. Unless I own the remote files via the remote user, I cannot access the files via standard remote UNIX permissions. For example, I have access to this directory on the remote server via osxfuse:
$ ls -alh drwxrws--- 11 roman group11 4.0K Sep 25 12:00 test_dir_server1 $id roman uid=42314 gid=(...),40205(group11)
But not this one, which I don't own by user, only by group. I'm able to access the files when logged in via regular interactive ssh though:
$ ls -alh drwxrws---. 10 not.roman group12 4,0K 24 sep 20.59 test_dir_server2 $id roman uid=14215 gid=(...),10023(group12)
Is there any flag I can use to correct this ? I've also observed that sshfs is not on my path when I try to invoque it locally after installing OSXFUSE with macfuse backwards compatibility option checked.
Thanks for the fork guys, good work !