Closed frederikhors closed 5 months ago
you can choose the ssl backend you prefer
suppaftp = { version = "^6", features = ["rustls"] }
I'm referring to https://docs.rs/suppaftp/latest/suppaftp/#ftps-usage.
FTP"S".
Is it possible using rustls
only?
I don't know how to use https://docs.rs/suppaftp/latest/suppaftp/struct.ImplFtpStream.html#method.into_secure with rustls
feature only.
Is there a way to use FTPS with
rustls
instead ofdefault-tls
/native-tls
?