You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Fixed bug that could cause an ftp Session to persist indefinitly, if a client requested the data socket to be opened but closed the connection before connecting to it
Improved CMake Install and CPack behavior
FineFTP Sever now properly installs dll/so files when BUILD_SHARED_LIBS is ON
FineFTP can now be packed with CPack
Added CMake option to disable building the example Project
Added integration_test project that can be build against an install to perform a very simple automated link and runtime test
Created GH Actions that properly compile and package binaries for windows and Linux