On Thu, Sep 25, 2008 at 10:52 AM, Kirchhoff, Thomas
<[EMAIL PROTECTED]> wrote:
> I porting my embedded FTP-Server to the new codebase. Now I have the problem, 
> that it seems, that there is no more the possibility to deny access to world 
> and list some execptions.

No, that is true. Please file a JIRA issue to add this functionality.

> On the other hand, I really need the possibility to add allowed addresses 
> without restarting the server. So I guess I could implement this in a FtpLet. 
> If I implement it, is the interest to contribute it to the codebase (as an 
> example for a useful ftplet )?

Ftplets can not access listeners and thus not the filter chain where
black listing is done. Could you describe further would you would like
to accomplish? For example, based on what do you can to allow a new
address? Are you running FtpServer embedded or standalone?

/niklas

Reply via email to