Closed arcrose closed 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.
FtpStream.secure()
FtpStream.secure_with_ssl()
Thanks for the addition!
This PR simply refactors some of the functionality of the
FtpStream.secure()
method so that it will call a more genericFtpStream.secure_with_ssl()
method which is made public to allow for users to supply their own SSL configuration.