Skip to content

fineFTP v1.3.2

Compare
Choose a tag to compare
@FlorianReimold FlorianReimold released this 12 Sep 11:32
· 19 commits to master since this release
78efc7f
  • 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