mattnenterprise / rust-ftp

FTP client for Rust
Apache License 2.0
182 stars 57 forks source link

Add a secure_with_ssl method #44

Closed arcrose closed 8 years ago

arcrose commented 8 years ago

This PR simply refactors some of the functionality of the FtpStream.secure() method so that it will call a more generic FtpStream.secure_with_ssl() method which is made public to allow for users to supply their own SSL configuration.

mattnenterprise commented 8 years ago

Thanks for the addition!