Open Bee™ Portal allows access to documents via the WebDav protocol. It is therefore possible to mount a Windows network disk containing the Open Bee™ Portal document tree.
From a Windows console, as an administrator,use the “net use” command to mount the network disk:
net use $L: "$URL/dav" /User:$LOGIN $PASSWORD /persistent:yes
with:
- $L: The network letter assigned to the disk
- $URL: The full URL (including port) of access to Open Bee™ Portal
- $LOGIN and $PASSWORD: the username and password of the Open Bee™ Portal user
Example
net use x: "http://192.168.68.128:8000/dav" /User:admin admin /persistent:yes