Description
The following use case. Decide upon the server features if the connection should be TLS secured or not. Therefore A FTPSClient is instantiated and the SSL negotiation methods overridden to decide wether to pass through or not depending if AUTH TLS is available in the features list for example.
Patch attached making methods execAUTH, sslNegotiation protected.