Davfs is a Linux file system driver that allows you to mount a WebDAV server as a local disk drive.
WebDAV is an extension to HTTP that allows remote collaborative authoring of Web resources, defined in RFC 2518.
Davfs allows a remote Web server to be edited using standard applications
that interact with the file system.
For example, a remote Web site could be updated in-place using the same
development tools that initially created the site.
Davfs supports SSL.
RPM Files from http://rpmfind.net. Thanks to Packagers!
tar xvfz davfs-x.x.x cd davfs-x.x.x ./configure make su make installyou can use --with-ssl, --with-kernel options, when you do configure.
su mount.davfs http://dav.sourcefoge.net /dav or mount.davfs https://dav.sourceforge.net /dav2If you want use proxy server, you can mount like this:
mount.davfs http://dav.sourcefoge.net /dav -c"http://proxy.kebi.com"Now, you can handle files or directories in mounted directory.