Skip to content

Releases: eclipse-ecal/fineftp-server

fineFTP v1.0.5

16 Oct 07:19
Compare
Choose a tag to compare

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

21 Sep 13:43
Compare
Choose a tag to compare

Fixed race condition on Windows

fineFTP v1.0.3

27 Jul 10:04
Compare
Choose a tag to compare
  • 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

16 Jun 09:21
Compare
Choose a tag to compare

Removed unnecessary asio dependency from the example and set the fineftp target compile definitions private

fineFTP v1.0.1

31 Mar 13:23
71bbc41
Compare
Choose a tag to compare

Fixed issue in the cmake build

fineFTP v1.0.0

27 Mar 17:55
Compare
Choose a tag to compare
Initial open source release of fineFTP

Co-authored-by: FlorianReimold <[email protected]>
Co-authored-by: hannemn <[email protected]>