michaelogrant / macfusion

Automatically exported from code.google.com/p/macfusion
Other
1 stars 1 forks source link

Setting all permissions to 744 for ftp/ssh-upoads #227

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Local file is from a cifs-server
2. Copy the file with Macfusion to an ftp-server (using either ssh or ftp)
3. The file gets Permission 444 and not 744

What is the expected output? What do you see instead?
Is there a way to tell Macfuse to set all the permissions to 744 for uploading?

What version of the product are you using? On what operating system?
Macfuse 0.4
Macfusion the latest beta

Original issue reported on code.google.com by lichterp...@gmail.com on 16 Jul 2007 at 9:33

GoogleCodeExporter commented 8 years ago
Try Extra Options (Advanced)

  -o defer_auth

Original comment by grahampe...@gmail.com on 18 Jul 2007 at 9:15

GoogleCodeExporter commented 8 years ago
Ciao graham,

already tried.
I guess the problem is that the files are coming from a smb-share on windows 
and osx
gives by default a 444.
By copying the files on the host (SSH with MacFusion) the permissions are not 
changed.

I tried: -o defer_auth
And I also tried nearly every sensible combination like -o umask=033 and -o
defer_auth -o umask=033.

What I can see is that the permissions are not changed being copied to a 
ssh-share.
644 stay 644, but also 444 stays 444.

So I have to change the permission by using a ftp-client: not a briliant 
solution.

But, I have to say: your tool already changed the way I work!

-o i_love_macfusion

Original comment by lichterp...@gmail.com on 18 Jul 2007 at 9:25