Skip to content

fineFTP v1.0.5

Compare
Choose a tag to compare
@FlorianReimold FlorianReimold released this 16 Oct 07:19
· 57 commits to master since this release

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.