dani-garcia / rust_async_ftp

Fork of https://crates.io/crates/ftp with tokio async support
Apache License 2.0
21 stars 14 forks source link

Documentation refers to openssl crate, current implementation is based on tokio-rustls #14

Open djc opened 2 years ago

djc commented 2 years ago

The documentation in the crate root explains that you need to enable the openssl feature to enable support for FTPS, but Cargo.toml only features a dependency on tokio-rustls.