You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
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)