suppaftp 4.1.1
4.1.1
Released on 22/08/2021
- Fixed missing
cli/
directory on Cargo registry. - Added
Response
struct, which will be returned in case ofInvalidResponse
error.- This adds the possibility to get the exact error code and the message
- Added async support
- API changes
- renamed
simple_retr
toretr_as_buffer
- renamed
get
toretr_as_stream
- renamed
finalize_get_stream
tofinalize_retr_stream
- renamed
- LIST command output parser
- Read more on docs.rs
- Optimized code to reuse stream functions as much as possible
size()
andmdtm()
methods will return an option no more.- Improved code with linter
- Added CI tests