Premiere .NET wrapper for GnuTLS that provides streams to integrate with FluentFTP.
Published as FluentFTP.GnuTLS.
See FluentFTP Wiki.
According to the GnuTLS LGPL license, you need to be able to obtain the source code of the original GnuTLS library or the source code of any derivate or modification of the GnuTLS library.
The FluentFTP.GnuTLS
wrapper uses the ORIGINAL unmodified GnuTLS library as a .dll
that is dynamically linked.
As of this writing, the GnuTLS library version needed is 3.8.0.
This guide is for building GnuTLS-30.dll and its dependencies from their respective original official source.
Read up on how to export, import, de-register and download WSL2 images for use on your Windows PC.
Do NOT use an existing Debian 11 image. Export it in order to save it and install a fresh one.
Perform the following steps in WSL2(Debian 11), work as root or use sudo appropriately:
Perform this once:
> mkdir mkgnutls && cd mkgnutls
> apt-get install wget git subversion gettext lzip automake autoconf autogen autopoint \
libtool make colormake pkg-config wx-common mingw-w64 mingw-w64-tools
> mkdir sources && mkdir builds && mkdir builds/gnutls && mkdir builds/gnutls/client64
In order to download the sources, build and install these libraries, use the scripts in the Libs/Build
folder.
run step1.sh
run step2.sh
run step3.sh
.dll
run step4.sh
You will find the compiled binary files in the folder mkgnutls/builds/gnutls/client64/bin
:
libgmp-10.dll
libnettle-8.dll
libhogweed-6.dll
libgnutls-30.dll
libgcc_s_seh-1.dll
(part of the mingw-w64
toolchain)libwinpthread-1.dll
(part of the mingw-w64
toolchain)Use Visual Studio to build FluentFTP.GnuTLS
, which will include the Windows DLLs and Linux binaries in the package.