Releases: ScottRFrost/SimpleSFTPSyncCore
Release list
.NET 10
Full Changelog: 6.0...NET-10
Updated to .NET 10 and using System JSON instead of Newtonsoft.
If you're not sure which release to get, you probably want win-x64.zip. If you're running on an OS that isn't one of the 4 listed, portable.zip will work on every OS that .NET can run on. All releases require .NET 10.x runtime to be installed.
.NET 6.0
This version updates to .NET 6.0 and handles an issue where apostrophes in remote filenames were not escaped in lftp's arguments.
Binaries are portable and require .NET Framework 6.0 to be installed.
.NET 5.0 and SSH.NET 2020.0.1
This release updates the SimpleSFTPSyncCore to .NET 5 and SSH.NET 2020.0.1
In addition to the performance enhancements of .NET 5, SSH.NET 2020.0.1 brings curve25519 & ecdh-sha2 crypto upgrades
Release binaries are fully standalone for Windows and Linux and do NOT require .NET 5 to be installed
.NET Core 2.2.3
Updated to the latest .NET Core 2.2.3 and dependency packages.
New feature:
remoteDir in the config file is now an array of directory strings instead of only having a single root.
Both the linux and the windows zips in this release are standalone (.NET Core doesn't need to be installed).
Bumped up to .NET Core 1.1 and csproj
Version 1
This the first version I feel is pretty solid and production ready