Releases: DarkgreyDevelopment/Cloud-ShareSync
Releases · DarkgreyDevelopment/Cloud-ShareSync
v0.7.0-PreRelease
This is POC level work at this time - Its functional but needs tests and validation.
Features:
- It will upload and download files to/from backblaze B2
- It can optionally compress files prior to upload, and will automatically decompress those files upon download. (Requires 7-zip to be installed and configured in app settings)
- Compressed files can also optionally be password protected prior to upload, which adds AES encryption to the compression process.
- Can optionally encrypt files using ChaCha20Poly1305 encryption prior to upload, and will automatically decrypt those files upon download.
- Requires ChaCha201305 platform support.
- You can also optionally have filenames obfuscated prior to upload.
- You can configure the application to log to a rolling log file and/or the console. OpenTelemetry logging is available as well.
- Additionally you can also provide your own Log4Net file to customize your log experience even further.
- Uses a local sqlite database.
- Has a GUI to make app configuration easier.
- The application can be ran in commandline mode or driven from the GUI.
- There is also a commandline only version of the application that strips out the GUI (all other functionality is identical).
If you already have the dotnet runtime installed then select the "framework" version of the application. When in doubt select the "portable" version of the application.