Suppaftp Versions Save

a super FTP/FTPS client library for Rust with support for both passive and active mode

v6.0.1

1 week ago

6.0.1

Released on 24/05/2024

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

v6.0.0

1 week ago

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>

v5.4.0

2 weeks ago

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

v5.3.1

4 months ago

5.3.1

Released on 28/01/2024

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

v5.3.0

4 months ago

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

v5.2.2

6 months ago

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

v5.2.1

7 months ago

5.2.1

Released on 16/10/2023

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

Thanks to @rye

v5.2.0

8 months ago

5.2.0

Released on 07/09/2023

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

v5.1.2

11 months ago

5.1.2

Released on 14/06/2023

v5.1.1

1 year ago

5.1.1

Released on 03/04/2023

  • ImplFtpStream and ImplAsyncFtpStream are now public