Hello,

I have apache server with single webdav folder named /dav/. I found that tramp-gvfs always tries to mount root folder and gets 'Not a WebDAV enabled share'.

C-f C-x /dav:[email protected]:dav/test.txt

gives

127.0.0.1 - - [27/May/2010:01:45:08 +0400] "OPTIONS / HTTP/1.1" 200 - "-" "gvfs/1.6.1" 127.0.0.1 - - [27/May/2010:01:45:08 +0400] "OPTIONS / HTTP/1.1" 200 - "-" "gvfs/1.6.1"

in apache logs, however

gvfs-mount dav://[email protected]/dav

gives

127.0.0.1 - - [27/May/2010:01:46:40 +0400] "OPTIONS /dav HTTP/1.1" 401 1293 "-" "gvfs/1.6.1" 127.0.0.1 - sergej [27/May/2010:01:46:44 +0400] "OPTIONS /dav HTTP/1.1" 200 - "-" "gvfs/1.6.1" 127.0.0.1 - sergej [27/May/2010:01:46:44 +0400] "PROPFIND /dav HTTP/1.1" 207 307 "-" "gvfs/1.6.1" 127.0.0.1 - - [27/May/2010:01:46:44 +0400] "OPTIONS / HTTP/1.1" 200 - "-" "gvfs/1.6.1"

How can I fix it?

_______________________________________________
Tramp-devel mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/tramp-devel

Reply via email to