Posts with the tag WebDAV
Set up WebDAV-Server
http://wiki.ubuntuusers.de/apache/webdav
First install apache2:
sudo aptitude install apache2 apache2-doc
Then enable the needed mods dav and dav_fs:
sudo a2enmod dav sudo a2enmod dav_fs
and reload the apache2 configuration:
sudo /etc/init.d/apache2 reload
Now setup a directory for webdav access. You can do this by adding the following lines in the file...
Mount T-Online Mediencenter via WebDAV
This blog post describes how to mount the T-Online Mediencenter via WebDAV on Ubuntu Linux and on Windows 7 (64bit).
Resources
- http://wiki.ubuntuusers.de/Internetanwendungen#Onlinespeicher (German)
- http://wiki.ubuntuusers.de/WebDAV (German)
- http://anderes-en.de/blog.php?mode=view&blog=11 (German)
How To for Mac OS X
- Open Finder.
- Press [⌘]-[k].
- Connect to
https://webdav.mediencenter.t-online.de
- Enter email address and password.
How To for Ubuntu Linux
First, install the required package davfs2:
sudo...