Introduction to FileService - Synergex/SqlReplication GitHub Wiki
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
Synergy Licensing
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.