servedat Server

The servedat file server allows ExpeDat and SyncDat clients to upload, download, and manipulate files.  In its simplest usage, you can simply double-click servedat or run it from a command-line to begin immediately serving files.  See the Quick Start chapter for zero-configuration use instructions.

Only one instance of servedat may be running at a time.  If you are trying run servedat manually and receive an error that the UDP port is already in use, check whether you have already installed servedat or have it open in another terminal.

For unix systems, including Mac OS X, running the install-servedat script will install and run the Server as a system daemon, allowing system users to login and access the filesystem just as they would with FTP.

On Windows, the default Install servedat batch file will install the Server as a Windows Service, allowing system users to login and access the filesystem using their Logon credentials.

For security purposes, servedat will choose the most restrictive configuration that still affords some access.  The best practice is to explicitly set your preferred authentication types and not rely on defaults.

The following three sections explain servedat's access control features in detail.

Users The server decides who is allowed access based on the username and password a client may provide.  This section explains the three types of users: Anonymous, System, and AuthFile.
Homes Each user has access to files in a certain folder, and may have access to the full filesystem.  This section discusses how a given user's home directory is determined.
Privileges Unix systems, including Mac OS X, can assign user and group ids o each user, allowing you to take advantage of the operating system's built-in access controls.  This section lists the different ways you can control these privileges.

If the primary purpose of your server is to allow System Users to have the same type of access they would with FTP, then you can simply install servedat using installation script.  When run as root or Administrator without any other options, the server automatically turns on SysAuth and disables Anonymous access.

Sections:


Access

Users

Home Directories

Access Privileges

SysAuth

AuthFile

mkpasswd

Features

Encryption

Compression

Packaging

Action Scripts

Upload Status

Capacity

Monitoring

Logging

Configuration

Configuration File

Options