use owncloud and webdav

*on my PC=Dell latitude E6510, RAM=8Gb, GPU=GT218 NVS 3100M, CPU=i7 Q 720 @ 1.60GHz, OS=opensuse 13.2 KDE= 4.14.9
I would like to use as client an owncloud facility, I found these instructions:

"*ownCloud fully supports the WebDAV protocol, and you can connect and synchronize with your ownCloud files over
WebDAV*"

*Accessing Files with KDE and Dolphin File Manager

To access your ownCloud files using the Dolphin file manager in KDE, use the
webdav:// protocol:

webdav://example.org/owncloud/remote.php/webdav

but i seems to not works (with my owncloud address of course)

install davfs2 and

add this to /etc/fstab
[FONT=monospace]example.org/owncloud/remote.php/webdav /home/<username>/owncloud
davfs user,rw,auto 0 0


[/FONT]
*and I will try this.

also add this repo

http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/openSUSE_13.2/

and install the client: owncloud-client

about your experience, what is betterr to do???
manythanks, ciao, pier

Here is a German Side:
http://www.linux-tips-and-tricks.de/de/netzwerk/190-wie-kann-man-medienspeicher-oder-smartdrive-unter-linux-einbinden/

I do it with davfs2.

tried this:

pla@suse-TW:~> mount /webdav
Please enter the username to authenticate with server
https://myserver.my.it or hit enter for none.
  Username: myname
Please enter the password to authenticate user myname with server
https://myserver.my.it or hit enter for none.
  Password:  
/sbin/mount.davfs: the server certificate is not trusted
  issuer:      TERENA, NL
  subject:     Domain Control Validated
  identity:    emyserver.my.it
  fingerprint: fd:2f:3d:62:fd:13:ad:66:3b:01:7b:93:40:83:73:ab:ad:6x:6x:6x
You only should accept this certificate, if you can
verify the fingerprint! The server might be faked
or there might be a man-in-the-middle-attack.
Accept certificate for this session? [y,N] y
/sbin/mount.davfs: mounting failed; the server does not support WebDAV
pla@suse-TW:~> 


they assured me that owncloud support webdav…
…next try :slight_smile:

adding this repo :
*http://download.opensuse.org/repositories/isv:/ownCloud:/desktop/openSUSE_13.2/
and installing *owncloud-client it works :slight_smile: :slight_smile: :slight_smile:
**