Restructuring and SSL factory fixes
Pre-release
Pre-release
fubar-coder
released this
27 Mar 17:49
·
393 commits
to master
since this release
SSL factory fixes (GnuTLS, #49)
Clients using GnuTLS should now work too - as soon as the FTP server is used in a .NET Core app (2.0 or higher). The example application shows how to register your own ISslStreamWrapperFactory
, which (in the example application) uses a fixed version of the GnuSslStream.
Restructuring (BREAKING CHANGE)
We now have an IFtpResponse
interface, which will allow us to use IAsyncEnumerable
to return file lists from file systems with many files as soon as they're available (e.g. Google Drive).