[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [tramp-gvfs + webdav] How to make it mount particular share, not roo
From: |
Michael Albinus |
Subject: |
Re: [tramp-gvfs + webdav] How to make it mount particular share, not root server directory |
Date: |
Wed, 02 Jun 2010 15:31:34 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) |
Sergej Pupykin <address@hidden> writes:
> Hello, Michael,
Hi,
> Now it mounts successfully. 'make-directory' can create directory on
> server, but find-file says
> 'File not found and directory is write protected'
>
> I try to C-x C-f '/dav:address@hidden:dav/test.txt' however
Maybe you try '/dav:address@hidden:/dav/test.txt'
> http://127.0.0.1/dav/test.txt can be opened
> Also 'gvfs-cat dav://address@hidden/dav/test.txt' works.
>
> How can I help to debug this issue?
(setq tramp-verbose 10)
Rerun the test. There will be a debug buffer which tells us something,
hopefully. If not, we add other traces.
What happens, if you say 'ls -lR ~/.gvfs/' from the shell?
> Thanks a lot for you work.
Best regards, Michael.