Skip to content

Releases: ScottRFrost/SimpleSFTPSyncCore

.NET 6.0

15 Nov 22:21
Compare
Choose a tag to compare

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

18 Feb 15:41
Compare
Choose a tag to compare

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

02 Apr 18:43
Compare
Choose a tag to compare

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

22 Feb 14:28
Compare
Choose a tag to compare

Version 1

26 Sep 17:06
Compare
Choose a tag to compare

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