Skip to content

Releases: ScottRFrost/SimpleSFTPSyncCore

.NET 10

Choose a tag to compare

@ScottRFrost ScottRFrost released this 09 Jun 19:30

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

Choose a tag to compare

@ScottRFrost ScottRFrost released this 15 Nov 22:21

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

Choose a tag to compare

@ScottRFrost ScottRFrost released this 18 Feb 15:41

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

Choose a tag to compare

@ScottRFrost ScottRFrost released this 02 Apr 18:43

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

Choose a tag to compare

@ScottRFrost ScottRFrost released this 22 Feb 14:28
v1.1.1

Version 1

Choose a tag to compare

@ScottRFrost ScottRFrost released this 26 Sep 17:06

This the first version I feel is pretty solid and production ready