Skip to content

fineFTP v1.4.1

Compare
Choose a tag to compare
@FlorianReimold FlorianReimold released this 10 Nov 09:17
· 5 commits to master since this release
7ed82e4
  • Fixed a bug that caused fineFTP to to report negative numbers as IP address as response to the PASV command (Thanks to @bjuulp)
  • Fixed a potential crash on Windows when downloading files. Allegedly, this crash occurred on Windows XP and is fixed, now.
  • The data socket is now properly closed after a file-download has finished.
  • Added a CMake option to delay sending the 226 response, after a file download. This is a workaround for a buggy version of lwftp and therefore disabled by default. It can be enabled at compile-time by setting the CMake Variable FINEFTP_SERVER_DELAY_226_RESP_MS to a non-zero value (Thanks to @bjuulp)