To mount a WEBDAV server, I used the following sequence.
On linux systems, there should be a davfs
package. There certainly is on Arch:
Add a line like the following to /etc/fstab
:
https://classesv2.yale.edu:443/dav/group-user/enas541_s15 /home/wendell/mnt/biophys davfs user,noauto,uid=wendell,file_mode=600,dir_mode=700 0 1
Make the output folder, and try mounting:
This should ask for your username and password. A good start.
I think this will also initialize your ~/.davfs2/secrets
file!
Edit ~/.davfs2/secrets
:
/home/wendell/mnt/biophys wws8 PASSWORD
Set permissions: