Open djc opened 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.
openssl
Cargo.toml
The documentation in the crate root explains that you need to enable the
openssl
feature to enable support for FTPS, butCargo.toml
only features a dependency on tokio-rustls.