Releases: eclipse-ecal/fineftp-server
Releases · eclipse-ecal/fineftp-server
fineFTP v1.0.5
Fixed race condition (v1.0.4 did not really fix it as expected).
Before this fix, the server reported "Done" when receiving a file after it has finished receiving. It did not wait until the file was actually written to disk, so a direct renaming of the file would fail. Now the server waits until the file has been written to disk and sends "Done" after that.
fineFTP v1.0.4
Fixed race condition on Windows
fineFTP v1.0.3
- MKD return value is now RFC compliant
- Fixed linking against asio (applications don't need to link against it any more)
- Fixed version number in CMake
fineFTP v1.0.2
Removed unnecessary asio dependency from the example and set the fineftp target compile definitions private
fineFTP v1.0.1
Fixed issue in the cmake build
fineFTP v1.0.0
Initial open source release of fineFTP Co-authored-by: FlorianReimold <[email protected]> Co-authored-by: hannemn <[email protected]>