3 Installing Eloquence on Windows

Default eloqsd.share file

# eloqsd.share
#
# @(#)$Revision: 1.7 2002/12/13 00:00 $
# The purpose of this file is to define all disk ressources which are
# known to Eloquence. The location depends on the operating system:
#
# Windows: C:/Program Files/Eloquence/etc/eloqsd.share
#
# This file is read at the startup time of the eloqsd process.
# Changes are automatically detected and honored.
#
# Eloquence B.06.32 provides its own file sharing capabilities.
# This will make you independend of the availability of specific
# network file systems (NFS/SMB) and overcomes possible file system
# limitations.
#
# Format:
#
# The section names are not case sensitive. String values can be
# enclosed in double quotes to protect leading or trailing spaces.
# Everything after a hash (#) character is considered a comment.
#
# Each share definition is a different section.
#
# The following configuration items are recognized for each section:
#
# [share_id]
# Path      Absolute path
# Comment   Share description. This is displayed by the client.
# Options   Comma separated list of operations to allow for this
#           share (currently unused)
#            READ, WRITE, CREATE
# Users     Comma separated list of individual users or user profiles
#           (currently unused)

[example]
Path = C:/Temp
Comment = Temporary Location

Eloquence Installation and Configuration - 29 OCT 2004