Re: how to disable plain ftp when server is configured with explicit ftp

2019-02-08 Thread Chandrashekhar H S
Just to be clear since I am new to the product are you suggesting the
following -  In FTPLet.onConnect method, check the FtpSession.isSecure and
decide to allow or not?




On Wed, Feb 6, 2019 at 11:10 PM David Latorre  wrote:

> from the top of my head, I think there's an isSecure() method you can use
> in a FTPLet...
>
> El mié., 6 feb. 2019 a las 11:30, Chandrashekhar H S
> () escribió:
>
> > Hi,
> >
> > Is it possible to disable plain-ftp connections when the apache ftp
> server
> > is configured to work with explicit-ssl?
> >
> > Thanks,
> > Chandrashekar
> >
>


how to disable plain ftp when server is configured with explicit ftp

2019-02-06 Thread Chandrashekhar H S
Hi,

Is it possible to disable plain-ftp connections when the apache ftp server
is configured to work with explicit-ssl?

Thanks,
Chandrashekar