-
Notifications
You must be signed in to change notification settings - Fork 3
FileService Change Log
Steve Ives edited this page Jul 12, 2018
·
2 revisions
- Added chunked upload.
- The create a file operation was altered such that it no longer returns the server file spec in the response body. Rather it now follows REST best practices by returning the URL that can be used to retrieve the new file via the Location response header, and also returns the server file spec via the ServerFileSpec response header. The success status code was changed from 200 (OK) to 201 (created).
- Initial release with basic functionality.
- Released 2/20/2018
- 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