michaelogrant / macfusion

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

Not enough permission to write files on an FTP disk #248

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. I connect to the FTP disk using MacFusion.The FTP server is a "FreeBox",
an ADSL modem from french ISP Free.
2. The disk appears on the desktop. I can navigate and see files on it. I
can download files from the server.
3. If i try to upload files, I get an error message saying I don't have
enough permissions to write on the disk.

What is the expected output? What do you see instead?
I would like to upload files on the FTP server.
I manage to do so using a FTP client (Transmit)

What version of the product are you using? On what operating system?
MacOS X 10.4.10
latest version of MacFUSION and MACFUSE

Please provide any additional information below.
I don't know what kind of other info you may need. please feel free to ask.
I will provide you with as much as I can.

Original issue reported on code.google.com by benjamin...@gmail.com on 25 Sep 2007 at 4:34

GoogleCodeExporter commented 8 years ago
To begin with, try entering in the Extra Options (Advanced) field of your 
MacFusion favourite: 

-o defer_auth

Please, let us know whether that resolves the issue. 

-- 

If that option does not resolve the issue, it may be that the FTP service is 
imperfect (example: at 
<http://code.google.com/p/macfusion/issues/detail?id=177#c26> we have a box 
(DVICO) with an FTP 
service that's described by others as very instable; investigation revealed 
problems with the server's listing 
of files).

> latest version of MacFUSION and MACFUSE

Please specify, thanks - at various times we have found (away from the official 
sites) versions offered for 
download that are not the latest. 

Original comment by grahampe...@gmail.com on 20 Oct 2007 at 6:33

GoogleCodeExporter commented 8 years ago
My MacFusion version is 1.2 Beta3 (1.1.268)
MacFuse : 0.4.0

Adding the option you sugested doesn't change anything :-(

I can't say for sure if the FTP servic eof my box is unstable, but I don't have 
any problem accessing it with 
Transmit, and writing files on it.

Original comment by benjamin...@gmail.com on 21 Oct 2007 at 12:14

GoogleCodeExporter commented 8 years ago
I've got the same problem with my Freebox : downlaod OK, upload denied (not 
enough permissions) 
MacFuse 1.0.0, MacFusion Version 1.2 Beta 3 (1.1.268), Mac OS X 10.4.10 Build 
8R2218.
When adding '-o defer_auth', the FTP server does not mount anymore

"MacFusion failed to mount Free:mount_fusefs: failed to mount 
/Volumes/Free@/dev/fuse0: socket is not 
connected"

Original comment by fthou...@gmail.com on 27 Oct 2007 at 11:01

GoogleCodeExporter commented 8 years ago
to fthoulon 
(not to benjamin.rondeau):

Not the same; as you're using a different version of MacFUSE (not 0.4.0), you 
have a different situation (and hopefully, no problem). 

Please: 

1) read the MacFUSE options and FAQ at http://code.google.com/p/macfuse/

2) note that defer_auth is not applicable

3) if your problem persists, add a new issue to the list 
http://code.google.com/p/macfusion/issues/list

Regards
Graham

Original comment by grahampe...@gmail.com on 28 Oct 2007 at 9:58

GoogleCodeExporter commented 8 years ago
benjamin.rondeau: 

If you'd like to provide information to help with debugging, edit your 
MacFusion Favourite for the affected 
connection: 

FTP Extra Options (Advanced) 
-o ftpfs_debug=3 -d -v 

Debug information will be written to 
~/Library/Logs/MacFusion.log

To view and copy from the log, use 

* Console utility 

* or the Log … option in the MacFusion menu.

I suggest pasting 

* to <http://pastie.textmate.org/>
-- select 'Plain text' from the pull down menu

* or to <http://pastebin.com/>.

Before sharing the debug log, it is advisable to obscure/remove your password 
and other sensitive 
information. 

Regards
Graham

Original comment by grahampe...@gmail.com on 28 Oct 2007 at 11:30

GoogleCodeExporter commented 8 years ago
I have left an instant message for the CurlFtpFS developer, no response yet, 
hopefully he will receive it later. 

Original comment by grahampe...@gmail.com on 28 Oct 2007 at 11:47

GoogleCodeExporter commented 8 years ago
Here is the log I got. I tried to uplaod a file named "johnny.mpeg"
Please tell me if there is something else I can do.

http://pastie.textmate.org/111789

Original comment by benjamin...@gmail.com on 28 Oct 2007 at 7:54

GoogleCodeExporter commented 8 years ago
HIghlights: 

> STOR .DS_Store
Freebox: < 550 /.DS_Store: access denied.
* Failed FTP upload: 550

> STOR .DS_Store
< 550 /.DS_Store: access denied.
* Failed FTP upload: 550

> STOR ._johnny.mpeg
< 550 /Disque dur/Video/._johnny.mpeg: access denied.
* Failed FTP upload: 550

-- in each case, .DS_Store or ._ files. 

Original comment by grahampe...@gmail.com on 29 Oct 2007 at 4:51

GoogleCodeExporter commented 8 years ago
Symptoms are reminiscent of 
http://code.google.com/p/macfusion/issues/detail?id=115#c5 
a defining factor of which _may_ be that 

> xbox can only handle one ftp session at a time

Whether something similar is happening here, I'm not sure. 

benjamin.rondeau:  

* where Finder fails to copy a file, instead try using the cp command in 
Terminal. 

You'll probably find that the issue is limited to Finder. 

Original comment by grahampe...@gmail.com on 29 Oct 2007 at 5:02

GoogleCodeExporter commented 8 years ago
Using Terminal, please 

ls -al /Disque dur/Video/._johnny.mpeg

and let us know the directory listing for that particular file. 

Original comment by grahampe...@gmail.com on 29 Oct 2007 at 5:07

GoogleCodeExporter commented 8 years ago
I installed 10.5, and MacFuse 1.0, andthe situation is now a little different.

When I want to upload a file, I am warned that I will perhaps have to give an 
admin login/password. I choose 
"OK".
There is then a second warning saying "the file xxxx.avi contains at least one 
element you don't have required 
reading permission. do you want to copy the files you're authorized to read ?"
(approx translation from french)

I choose "Continue" again, and I am then able to WRITE the file on the FTP disk.

It worked with a small file (5Mo). I will test is further

Original comment by benjamin...@gmail.com on 31 Oct 2007 at 8:47

GoogleCodeExporter commented 8 years ago
For the update, thank you. 

> I am warned that I will perhaps have to give an admin login/password

After the forewarning, does a password dialogue 
actually appear?

If so, which credentials do you enter: credentials for the FTP server, or for 
your Mac OS?

> I choose "Continue" again, and I am then able to WRITE the file on the FTP 
disk.

Ultimately, is the file that you have copied 
complete at the destination?

---

There may be some similarity between this MacFusion issue 248 
and more recent issue 
http://code.google.com/p/macfusion/issues/detail?id=257

Original comment by grahampe...@gmail.com on 1 Nov 2007 at 2:02

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Same configuration here : Freebox with an ftp server, Mac 10.5 with latest 
Macfuse and Macfusion.

The Freebox ftp server mount is OK : I have files access and can download on my 
Mac.
When I upload, I have :

1 - a dialog box warning I could have to give an admin login/password. I click 
"continue" but no password is 
asked.
2 - the upload start but very quickly an alert "You do not have enough 
permissions for some elements"

When I check back : only a part (a few kB) of the uploaded file is on the ftp 
server.

Original comment by romual...@gmail.com on 5 Nov 2007 at 1:26

GoogleCodeExporter commented 8 years ago
http://groups.google.com/group/macfuse-devel/msg/00c53897343cd997

> The FreeBox does not allow any resource forks or finder
> special files (you can't give it a Volume icon). This
> means the finder often complains that part of a file
> couldn't be copied when you drop files in the FreeBox file
> share. Don't worry, it is only the resource fork ...

It seems that FreeBox may be unfriendly to Apple Finder. 

Incidentally, if FreeBox does not allow Finder to write 
._ dot underscore files then it's a little more complicated than "only the 
resource fork". For example, ._ files 
may occur normally whilst an un-forked file is being copied. 

See also Amit's comments regarding Finder at 
http://groups.google.com/group/macfuse-devel/msg/717643e4b29368e4

Original comment by grahampe...@gmail.com on 6 Nov 2007 at 11:18

GoogleCodeExporter commented 8 years ago
Exact same problem/config

I'm sorry but I don't really get the Fork problem (what does it mean..?)
 Is there a way to solve this problem? so finer and freebox can be friends again...

Original comment by giudicel...@gmail.com on 26 Nov 2007 at 2:37

GoogleCodeExporter commented 8 years ago
Resource forks are not (should not be) a problem. 

Even if a file has no resource fork, some types of FTP server are incompatible 
with Apple Finder. See work in 
progress 
http://macfusion.makalumedia.com/trac/wiki/limits-curlftpfs

If (as someone suggests) "The FreeBox does not allow any resource forks or 
finder special file" then you 
may find that FreeBox is not friendly to Finder. 

Regards
Graham

Original comment by grahampe...@gmail.com on 26 Nov 2007 at 7:38

GoogleCodeExporter commented 8 years ago
Thanks a lot for your answer Graham, i think I've got it now, well I assume the 
freebox doesn't like the periods (.)

That'is quite sad, I'll keep looking around..

Original comment by giudicel...@gmail.com on 26 Nov 2007 at 7:45

GoogleCodeExporter commented 8 years ago
Thanks a lot for your answer Graham, i think I've got it now, well I assume the 
freebox doesn't like the periods (.)
that the finder ads when copying (I understand now what is meant in the Issue 
255)

That'is quite sad, I'll keep looking around..

Thanks again
Guillaume

Original comment by giudicel...@gmail.com on 26 Nov 2007 at 7:49

GoogleCodeExporter commented 8 years ago
I've found a solution :
http://docs.info.apple.com/article.html?artnum=301711
It's prevent to create a .DS_STORE on a network drive

Now macfusion work perfectly with the freeboxhd ftp

Original comment by lene...@gmail.com on 11 Feb 2008 at 10:44

GoogleCodeExporter commented 8 years ago
great lenerve
I'll have a look as soon as i can

Original comment by benjamin...@gmail.com on 11 Feb 2008 at 8:27

GoogleCodeExporter commented 8 years ago
Hi,
I've got exactly the same issue with my freebox hd FTP server :
1 - a dialog box warning I could have to give an admin login/password. I click 
"continue" but no password is 
asked.
2 - the upload start but very quickly an alert "You do not have enough 
permissions for some elements"

I tried the "DSDontWriteNetworkStores true" solution but nothing has changed. 
Though, when I typed in " defaults read com.apple.desktopservices 
DSDontWriteNetworkStores " I got indeed " true "...

If someone find a solution to this problem, it would be great!

Original comment by rafael.c...@gmail.com on 15 Feb 2009 at 8:52

GoogleCodeExporter commented 8 years ago
I have the same issue with my hosted FTP account. It works fine with NetDrive 
on my
Windows XP box, but with MacFusion (and the same credentials) it always says 
"The
operation cannot be completed because you do not have sufficient privileges for 
some
of the items".

Using MacFusion 2.0.3 on MacBook Pro.

Original comment by wanderin...@gmail.com on 4 Mar 2009 at 9:46

GoogleCodeExporter commented 8 years ago
http://code.google.com/p/macfusion/ 

> this site is outdated. The new site is at 
> http://www.macfusionapp.org. The code and bug system for 
> Macfusion 2 can be found at http://www.macfusionapp.org/trac

Please report any issue to the new Trac, thanks :)

Original comment by grahampe...@gmail.com on 26 Mar 2009 at 5:50

GoogleCodeExporter commented 8 years ago
This is happening to me as well. 2.0.3 Macfusion with 2.1.5 (beta) of MacFuse 
running
on 10.6.1 connecting to a remote system running pure-ftpd on a EXT3 filesystem

Original comment by jnle...@gmail.com on 22 Sep 2009 at 6:27