Highlights
- Add
DownloadFileAsyncandUploadFileAsynctoSftpClient(#1634) - Much improved performance of
SftpFileStreamin consecutive read (e.g.SftpFileStream.CopyTo) scenarios (#1705)
Breaking changes:
SftpFileStreampreviously had some incomplete synchronisation for multi-threaded access, but was not advertised nor fully functioning as thread safe. This synchronisa...