Hi, 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.
Example: (former codebase) true 121.212..* true 111.222.111.222 true 127.0.0.1 false * I have noticed the BlackListFilter has the method unblock(InetAddress ip), so in principle it would be possible to implement the old behaviour with the blacklistfilter. Are there any plans to do it ? 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 )? Greetings from Germany Thomas Kirchhoff __________________________________________________ Projektmitarbeiter BAM-Projekt Bibliotheksservice-Zentrum Baden-Württemberg, 78457 Konstanz Telefon: 07531 - 88 4120 http://www.bam-portal.de
