GNOME Bugzilla – Bug 515963
replacing an existant file give a File Exists error (LanDrive)
Last modified: 2014-05-31 20:00:48 UTC
Copying a file to smb location which already has a file with the same name, nautilus opens a dialog which gives the choice to replace the file, using this choice gives an another dialog Files Exists error. Using gvfs-copy -i gives the same error
Weird, it works for me. I.E. i get the first error dialog, select replace and it overwrites.
We debugged this, the core cause for this is that the libsmbclient open() call doesn't correctly give an EISDIR error when the target is a directory. This works on samba and windows xp shares, but the apparently it fails for a LanDrive: http://www.mediacase.co.uk/ This is somewhat similar to bug 515960
(In reply to comment #2) > We debugged this, the core cause for this is that the libsmbclient open() > call doesn't correctly give an EISDIR error when the target is a directory. > > This works on samba and windows xp shares, but the apparently it fails for a > LanDrive: http://www.mediacase.co.uk/ > Looks like a duplicate of bug 599354. *** This bug has been marked as a duplicate of bug 599354 ***