Releases: veeso/suppaftp
Releases · veeso/suppaftp
suppaftp 6.0.4
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
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
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
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
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
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
5.3.1
Released on 28/01/2024
- Fixed issue #69: SyntaxError on name that starts with 2 numbers
suppaftp 5.3.0
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
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
5.2.1
Released on 16/10/2023
- Add POSIX setgid/setuid/sticky bit support: PR59
Thanks to @rye