Welcome to SynqClient’s documentation!
SynqClient is a C++ library based on Qt which implements job-based access to file sharing services. On top, it implements synchronization between a local folder structure and a remote one on a server. At the moment, the core library supports the following backends:
WebDAV (this allows data access and synchronization against a wide range of services, including NextCloud and ownCloud).
Dropbox.
Due to the job system, it is easy to add support for additional storage backends and re-use the synchronization mechanism by plugging these custom job classes into the framework provided by the library.
Contents: