> 1.  Use the javax.net.ssl classes.  (Out of the question because of our
> mandate to support 1.3)
>
> 2.  Do what Paul and Josejuan did - use the com.sun classes
>
> 3.  Maybe.  use the javax.net.ssl classes but document that if used with
> JDK < 1.4, jsse.jar must be on the classpath.

Hi, i'll use the second option, because if commons-net implements
SSL-FTPS under JDK 1.3, its necesary import JSSE, and if use JDK 1.4,
the source code, don't need any change.

When commons-net, upgrde to JDK 1.4, if want remove JSSE, the
modifications in source code will be simples. I'll do it :)

The 3ยบ option it not possible, because, don't work under 1.3, although
import jsse.jar... need change the import in source code...

Its my opinion.

Thanks for all.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to