Releases: veeso/suppaftp
Releases · veeso/suppaftp
SuppaFTP 4.1.3
4.1.3
Released on 01/12/2021
- UNIX file parser:
- Fixed file parsing, which didn't allow any other characters than alphanumerics for groups, users and dates
put_file()
will now return the number of bytes written- Updated dependencies
SuppaFTP 4.1.2
4.1.2
Released on 23/08/2021
- Renamed
InvalidResponse
toUnexpectedResponse
, which makes more sense - Renamed
File::from_unix_line
toFile::from_posix_line
- Renamed
UnixPexQuery
toPosixPexQuery
- Made
parse_dostime
private
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