Firstly you will need a DropDAV account (You can get a free trial, but it is a paid for service. They offer a academic discount.)
(This should also work with Box.net which has unofficial WebDAV support)
Install WebDAV filesystem support (davfs2)
Code: Select all
apt-get install davfs2
Code: Select all
mkdir /mnt/DAV
Code: Select all
mount -t davfs www.dav.dropdav.com /mnt/DAV
Code: Select all
/mnt/DAV