FTPSClient should accept a pre-configured SSLContext
----------------------------------------------------

                 Key: NET-256
                 URL: https://issues.apache.org/jira/browse/NET-256
             Project: Commons Net
          Issue Type: Improvement
    Affects Versions: 2.0
            Reporter: Kevin Conaway
            Priority: Critical
         Attachments: NET-256.patch

It would be very helpful if FTPSClient could accept a pre-configured SSLContext 
instead of creating a new one.  If an application has more than one library 
using SSL (e.g. a database and web server, in addition to an ftp client), it is 
preferable to configure the SSLContext once and then share it amongst the 
necessary services.  

Moreover, we don't use the "keystore" system properties to configure our 
SSLContext so having this functionality is a must.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to