Skip to content

Releases: veeso/suppaftp

suppaftp 6.0.1

24 May 08:11
6ff024d
Compare
Choose a tag to compare

6.0.1

Released on 24/05/2024

  • PR 84: LIST with DOS lines parsed %d-%m but the correct syntax is %m-%d

suppaftp 6.0.0

20 May 08:38
0e53ebe
Compare
Choose a tag to compare

6.0.0

Released on 20/05/2024

  • feat!: Response.body now contains the entire response
  • feat!: site() and custom_command now return FtpResult<Response>

suppaftp 5.4.0

18 May 14:02
ac763a3
Compare
Choose a tag to compare

5.4.0

Released on 18/05/2024

  • Issue 70: SITE Command
  • Issue 75: Public access to connect_with_stream
  • Issue 76: Support for MLST and MLSD
  • PR 78: Async SSL file uploads not properly closing
  • custom_command: added custom_command function to perform custom commands

suppaftp 5.3.1

28 Jan 15:13
Compare
Choose a tag to compare

5.3.1

Released on 28/01/2024

  • Fixed issue #69: SyntaxError on name that starts with 2 numbers

suppaftp 5.3.0

06 Jan 13:42
Compare
Choose a tag to compare

5.3.0

Released on 06/01/2024

  • Fix issue #64: added active mode listener timeout
  • Fix issue #66: abort can be called without passing ownership to data_stream

suppaftp 5.2.2

14 Nov 10:39
Compare
Choose a tag to compare

5.2.2

Released on 14/11/2023

  • Fix issue #61: Send + Sync trait to AsyncFtpStream/FtpStream
  • Fix issue #63: FEAT function hangs on async

suppaftp 5.2.1

16 Oct 09:26
Compare
Choose a tag to compare

5.2.1

Released on 16/10/2023

  • Add POSIX setgid/setuid/sticky bit support: PR59

Thanks to @rye

suppaftp 5.2.0

07 Sep 15:26
5bf40b4
Compare
Choose a tag to compare

5.2.0

Released on 07/09/2023

  • Implemented RFC 2389
    • Added FEAT command
    • Added OPTS command

suppaftp 5.1.2

14 Jun 13:58
Compare
Choose a tag to compare

5.1.2

Released on 14/06/2023

  • Added clock feature to chrono to overcome security issue with time #46

suppaftp 5.1.1

03 Apr 08:12
Compare
Choose a tag to compare

5.1.1

Released on 03/04/2023

  • ImplFtpStream and ImplAsyncFtpStream are now public