-
Notifications
You must be signed in to change notification settings - Fork 3
Introduction to FileService
Steve Ives edited this page Jul 11, 2018
·
4 revisions
FileService is a utility application that can be used to remotely manage files in a Windows server-based folder via a RESTful Web Service API.
The service runs as a Windows Service and, by default, can be accessed at the following URL:
http://<server_name_or_ip>:8080/FileService
The service supports the following operations:
- Ping
- List all files
- Check if a file exists
- Download a text file
- Create a file
- Create a file (chunked)
- Update a file
- Delete a file
FileService is a Windows service written in Synergy .NET and as such requires that Synergy/DE core components are installed and configured on the system, and requires the dedicated use of one Synergy/DE Windows runtime license (RUN10).
You should verify that these prerequisites are met BEFORE attempting to run the FileService installation.
- Introduction
- Getting Started
- Downloading the Code
- Setting up the Environment
- Setting up SQL Server
- Setting the Database Connect String
- Database Commit Modes
- Setting up the Synergy OpenNET Server
- Setting up the FileService Server
- Configuring the Replicator Environment
- Running Multiple Instances
- Changing Field Data Types
- Excluding Fields From Replication
- Excluding Keys from Replication
- Building the Sample Environment
- Running the Sample Programs
- On Windows
- On UNIX or Linux
- On OpenVMS
- FileService