veeso / suppaftp

a super FTP/FTPS client library for Rust with support for both passive and active mode
Apache License 2.0
121 stars 31 forks source link

Improve example from async on readme and avoid errors #53

Closed brunoarueira closed 1 year ago

brunoarueira commented 1 year ago

52 - expected AsyncNoTlsStream, found AsyncNativeTlsStream

Fixes #52

Description

After digging a little bit, I've found the docs are wrong and this PR fixes it.

Type of change

Please select relevant options.