GNOME Bugzilla – Bug 634038
Cannot copy whole folder from webdav share
Last modified: 2011-05-03 22:55:43 UTC
From a dav+sd: (personal file sharing) share, try to copy a *folder*. You can copy single files just fine but not folders.
-> gvfs This is very likely to be another incarnation of bug 551339.
I don't see any html file, I only get some error window.
Could you please describe what error message you are seeing? Copying a folder will -due to a bad bug- result in a GET being done on a folder. It might very well be that the server responds to that GET request with an error and it is that error that you are seeing. So it could (and I think it is indeed likely) that you are seeing bug 551339. Could you please provide information?
Just tested with a folder "test" in "Public" which only includes a textfile "1": --- Error while copying "test". There was an error copying the file into /home/monreal. \/ Show more details Not Found ---
Hi, can gather some debugging info by setting the debug environment variable for the dav backend: export GVFS_HTTP_DEBUG="header" and then restart the gvfs daemon with "/usr/lib/gvfs/gvfsd --replace" (Ubuntu) or "/usr/libexec/gvfs/gvfsd --replace" (Fedora) and attach the output?
Created attachment 187148 [details] gvfs debug Sure, no problem => attached
Thanks! So from looking at the log gvfs clearly issues an HTTP "GET" on the collection, which results in a 404: > GET /test HTTP/1.1 [...] < HTTP/1.1 404 Not Found While /test itself is obviously there (and indeed a collection): < <D:href>/test/</D:href> < <D:propstat> < <D:prop> [...] < <lp1:resourcetype><D:collection/></lp1:resourcetype> < </D:prop> So I am pretty sure that what you are seeing is indeed bug 551339 which I fixed moments ago. ;-) Thanks for your help again. *** This bug has been marked as a duplicate of bug 551339 ***