-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webdav via gvfs #4370
Comments
maybe a setup issue with your server - you can double check by running litmus against your server |
litmus http://192.168.x.x:xx/remote.php/webdav/ xxx xxx-> running `basic':
I do not think that "18. propget............... FAIL" involved in my problem. Or I was wrong? |
hmm - looks good |
can you access your webdav endpoint in the browser? |
yes |
ok - maybe gvfs-mount cannot handle the port within the url? |
$ gvfs-mount dav://192.168.x.x/remote.php/webdav/ |
|
Also working on Ubuntu Precise (gvfs |
Are there any additional informations you can provide? Do you have a proxy configured? |
I have found something.
Is there a mistake in authentification code in owncloud? I connect directly to owncloud server and have owncloud 5.0.10 now. |
I set password to 'qqqqqq_' and can connect on second attempt... Owncloud lives it's ownlife. :) |
@meshok0 How has this been working for you on the latest owncloud version? |
ownCloud 5.0.11 Exact same issue: user: qqq user: qqq user: qqq |
cadaver works on any passwords |
Today I have tried another machine with Ubuntu 13.04. And PCManFM worked with my owncloud's webdav. Probably it was a bug in my ubuntu installation. |
Or in old version of gvfs. |
I can't connect to my owncloud via gvfs (so other clients which use gvfs: PCManFM, Nautilus).
Error:
$ gvfs-mount dav://192.168.10.60:3080/remote.php/webdav/
Enter password for ownCloud
User: xxx
Password:
Error mounting location: HTTP Error: Connection terminated unexpectedly
$
In apache log I see only:
192.168.xx.xx - - [09/Aug/2013:11:49:35 +0400] "OPTIONS /remote.php/webdav HTTP/1.1" 401 798 "-" "gvfs/1.12.1"
cadaver, firefox, davfs(mount -t davfs) work.
I would thought that it is gvfs problem, BUT
when I do
gvfs-mount dav://demo.owncloud.org/remote.php/webdav/
it works.
Operating system:
debian 7.1 amd64
Web server:
Apache/2.2.22 (Debian)
Database:
mysql Ver 14.14 Distrib 5.5.31, for debian-linux-gnu (x86_64) using readline 6.2
PHP version:
PHP 5.4.4-14+deb7u3 (cli) (built: Jul 17 2013 14:54:08)
ownCloud version:
5.0.9
gvfs version:
1.12.1-0ubuntu1.2
The text was updated successfully, but these errors were encountered: