- Update tokio-rustls to 0.23
- If you don't have the
secure
feature enabled, this change doesn't affect you - If you do have it enabled, the docs should explain the changes from
DnsName
toServerName
, and the setup ofClientConfig
- If you don't have the
- Add resume functionality
- Added function to get server welcome message.
- Use the peer address when the server responds with all zeroes like is the case with IPv6.
- Added some small tests for types.
- Make the test results clearer, using ? instead of asserting is_ok().
- Update to tokio 1.0.
- Minor bug in FtpStream::get.
- Make get_lines_from_stream work for unix newlines.
- Add test for list returning unix newlines.
- Drop data stream before waiting close code.
- Initial release with 2018 edition and tokio support.
https://raw.githubusercontent.com/mattnenterprise/rust-ftp/master/CHANGELOG.md