Skip to content

Releases: veeso/suppaftp

suppaftp 6.0.4

26 Oct 09:15
8fdb1cb
Compare
Choose a tag to compare

6.0.4

Released on 26/10/2024

  • Added Sync to client.
  • Added unit test to guarantee that sync FtpStream stays Sync

suppaftp 6.0.3

15 Oct 07:37
e12fa00
Compare
Choose a tag to compare

6.0.3

Released on 15/10/2024

  • Added Send marker to the Closure: dyn Fn(SocketAddr) -> Pin<Box<dyn Future<Output = FtpResult<TcpStream>> + Send>> + Send;
  • Added unit test to guarantee that FtpStream stays Send

suppaftp 6.0.2

14 Oct 13:01
d328e6c
Compare
Choose a tag to compare

6.0.2

Released on 14/10/2024

  • Issue 89: added new FtpStream::passive_stream_builder to provide a function to build the Passive mode TcpStream with a custom builder. This is useful if you need to use some proxy.

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