Skip to content

Releases: Guichaguri/MinimalFTP

v1.0.6

25 Jun 02:02
Compare
Choose a tag to compare
  • Fixed crash with null responses (#2)
  • Added configurable buffer size (#3)
  • Added MMD5 command
  • Added HOST command
  • Updated custom user authenticators to be able to support custom hosts.
  • Added error messages when changing the permissions is not allowed.

v1.0.5

26 Dec 12:34
Compare
Choose a tag to compare
  • Fixed memory leak when connections were closed by the client
  • Fixed support with Chromium
  • Added more documentation
  • Added directory checks in cwd, list, nlst, mlst and mlsd

v1.0.4

07 Oct 18:53
Compare
Choose a tag to compare
  • Added EPSV
  • Added EPRT
  • Added LPSV
  • Added LPRT
  • Added MD5
  • Added HASH
  • Added MLST options
  • Fixed MLSD and MLST
  • Relicensed to Apache 2.0

v1.0.3

06 Jun 23:10
Compare
Choose a tag to compare
  • Added FEAT support
  • Added OPTS support
  • Added MLST support
  • Added MLSD support
  • Added MFMT support

v1.0.2

06 Jun 14:45
Compare
Choose a tag to compare
  • Changed the package name
  • Added basic TLS/SSL security support
  • Added AUTH, PBSZ and PROT commands

v1.0.1

31 May 14:52
Compare
Choose a tag to compare
  • Added REST, ABOR, SMNT commands
  • Added connection timeout
  • Improved the command system

v1.0.0

26 May 19:37
Compare
Choose a tag to compare
  • First Version including:
    • Support to 38 FTP commands
    • A simple API