Skip to content

fineFTP v1.4.2

Latest
Compare
Choose a tag to compare
@FlorianReimold FlorianReimold released this 01 Mar 09:41
· 1 commit to master since this release
3668eda
  • Fixed a bug that caused empty files to be not downloadable.
    • Added GTest that tests uploading and downloading empty files.
    • Before, files with no content reported an error when trying to download them. Now, they are properly "downloaded", i.e. the data socket is opened and immediately a finished data transfer is reported.
    • Thanks to @ottmar-zittlau for reporting