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

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

2019-02-08 Thread Gary Bell
This is how I do it - I have the server listening on both an internal and external interface and check that download attempts on the external one are secure before allowing it. The internal interface is plain FTP: public FtpletResult onDownloadStart(FtpSession session, FtpRequest request)