Skip to content

Releases: eclipse-ecal/fineftp-server

fineFTP v1.2.0

08 Dec 11:50
4fb63ff
Compare
Choose a tag to compare

Added Unicode / UTF 8 Support for

  • MS Windows
  • Other plattforms that use UTF8 by default (e.g. Linux)

This lifts the 7-bit ASCII character limitation (telnet characters to be more exact) and enables you to use accents like they exist in most languages, emojies, chinese characters etc.

fineFTP v1.1.0

26 Nov 12:42
9fd7f6b
Compare
Choose a tag to compare
  • Added cmake Code to properly manage exported / hidden symbols. Thanks to @piponazo for this improvement!
  • Added FINEFTP_SERVER_VERSION_MAJOR / MINOR / PATCH defines
  • Restructured CMakeLists a little

fineFTP v1.0.13

26 May 08:41
dc5d3ee
Compare
Choose a tag to compare
  • Improved compatibility with FTP Clients that send non-standard parameters along with the LIST command (e.g. ES File Explorer).
    From now on, fineFTP checkes whether the client sent an ls-like parameter (-a / -l / -al / -la) and ignores it.
    Thanks to @uu9 for the fix.

fineFTP v1.0.12

29 Apr 12:15
2009f8f
Compare
Choose a tag to compare
  • Fixed order of messages sent through the command socket
    In earlier versions it could occur that e.g. 226 Done would be sent before 150 Sending directory listing has been sent. This may disturb some FTP Clients.
    Thanks to @hankedan000 for testing.

fineFTP v1.0.11

09 Apr 12:06
Compare
Choose a tag to compare
  • Fixed issues with other ASIO versions
    Added ASIO_DISABLE_VISIBILITY Flag to fix issues when using multiple asion versions in one project. Now ASIO symbols are not exported any more.

fineFTP v1.0.10

08 Apr 06:48
Compare
Choose a tag to compare
  • Fixed race condition when closing file
    The Race condition could cause a file that was sent to the FTP Server not being flushed completely when the server returns "Done". This could cause immediate file operations to fail.

fineFTP v1.0.9

09 Mar 14:04
Compare
Choose a tag to compare
  • fineFTP now always returns "UNIX" as SYST response
    This should increase compatibility with clients that depend on that response (like Mozilla Firefox). Those clients may disconnect when they encounter an unknown OS. But they all should be OK with UNIX.

fineFTP v1.0.8

19 Feb 10:12
a04d2bb
Compare
Choose a tag to compare
  • Fixed compiler warning about truncation (Thanks to @MarekKnapek)

fineFTP v1.0.7

10 Nov 15:25
0cbbab8
Compare
Choose a tag to compare
  • MinGW support (Thanks to @OzanCansel)
  • Added possibility to bind to a specific IP address (Thanks to @clayton-herbst)

fineFTP v1.0.6

21 Oct 12:26
dc326d4
Compare
Choose a tag to compare

Fixed double-CRLF when Windows reports an error. The double CRLF caused erroneous behavior of the FTP Clients.