Command Server

Navigation:  FileCOPA Manual > Servers >

Command Server
Previous pageReturn to chapter overviewNext page

Command Server

This server, which uses the http protocol, can be used from a remote location to add and delete users from FileCOPA.  An xml file is POSTed through to the server (see the operation schema below) and a result code will indicate the success or failure.

Currently the following operations are available:

Add a user (with basic configuration options)

Delete a User

Add a list of denied IP Addresses

More possibilities may be added in future versions of FileCOPA.

Click a Hotspot  on the image below for further information.

command_server_config

Operation Schema

command_server_schema

Scripts to undertake the operations are available on the FAQ on our website.

These consist of barebones scripts that demonstrate the basic methods for addressing the Command Server, and fuller, more user-friendly scripts for addition or deletion of users which also include some basic error checking. You may use these scripts as a starting point to develop your own versions if you wish.