#!/bin/bash
# w6.conf - WebDAV helper configuration
# webdav_host - WebDAV hostname
#webdav_host=localhost
# webdav_port - WebDAV service port number
#webdav_port=80
# webdav_stagedir - Path to staging directory on local machine
#webdav_stagedir="$script_tempdir/stage"
# webdav_remotedir - Path to staging directory on remote machine
#webdav_remotedir=".$package_name/$script_name/stage"