JAFS Changeshttp://www.sbbi.net/site/jafs/changes.htmlJAFS Changesen-usJBI addhttp://www.sbbi.net/site/jafs/changes.htmlJBI add by SBB : Providing a new JBI Jafs release, the implementation allows deploys jafs as an JBI components and allows others components on the JBI container to register for JAFS events notifications. A client component is also provided to simplify registration/unregistration and events reading. EAI addhttp://www.sbbi.net/site/jafs/changes.htmlEAI add by SBB : Adding new classes to deploy JAFS as a JBoss service (net.sbbi.jafs.services.as.JbossFtpServerService), as a Sun AS / Glassfish lifecycle module (net.sbbi.jafs.services.as.SunFtpServerService) and finally as a Geronimo GBean (net.sbbi.jafs.services.as.GeronimoFtpServerServiceGBean). Look at the classes Javadoc and integration doc for instructions. security addhttp://www.sbbi.net/site/jafs/changes.htmlsecurity add by SBB : RFC 4217 compliance (Securing FTP with TLS), adding CCC commmand implementation and two new user settings ( secureControlTransport and secureDataTransport ) to define if a logged in user must use or not secure data or control channels. settings updatehttp://www.sbbi.net/site/jafs/changes.htmlsettings update by SBB : The username setting can now be evaluated as an regular expression, as well as the user name filesystem config binding. The userhome can also be evaluated with the provided username at runtime using the $USERNAME and $UNRE:$regexp:$UNRE keywords. jmx addhttp://www.sbbi.net/site/jafs/changes.htmljmx add by SBB : New UPNP Adapter added : net.sbbi.jafs.management.UPNPMBeansAdapter. Expose the JAFS JMX interface as UPNP devices. jmx addhttp://www.sbbi.net/site/jafs/changes.htmljmx add by SBB : Adding an new mbeans-prefix setting to the JMX config. events addhttp://www.sbbi.net/site/jafs/changes.htmlevents add by SBB : New events listener added (net.sbbi.jafs.eventslisteners.JMXNotificationEventsListener) to forward received events as JMX notifications using a model MBean. events addhttp://www.sbbi.net/site/jafs/changes.htmlevents add by SBB : New setting (asynchronous) to define if an events listener must handle events asynchronously or not. events fixhttp://www.sbbi.net/site/jafs/changes.htmlevents fix by SBB : Some events fields where not correctly reset after event dispatching and always resend even when not needed. tools addhttp://www.sbbi.net/site/jafs/changes.htmltools add by SBB : New script provided ( bin/compile.bat|sh ) to easily recompile the source code. Another script ( bin/SDK_unpack.bat|sh ) to convert lzma archives to jar archives and to repack jar archives to lzma archives ( bin/SDK_pack.bat|sh ). io addhttp://www.sbbi.net/site/jafs/changes.htmlio add by SBB : Adding an input/output buffer size setting to network interface config. commands addhttp://www.sbbi.net/site/jafs/changes.htmlcommands add by SBB : Opts and UTF8 commands support added. New setting added to the Mode command to define the compression level in MODE Z. core fixhttp://www.sbbi.net/site/jafs/changes.htmlcore fix by SBB : Changing the server behaviour to be RFC compliant when a bad username/password pair is provided. The server does not disconnects anymore the client. Thanks to Heri.core fixhttp://www.sbbi.net/site/jafs/changes.htmlcore fix by SBB : Fixing a bug with hidden files and adding a new filesystem setting (hf) to manage hidden files settings. Thanks to Heri.core addhttp://www.sbbi.net/site/jafs/changes.htmlcore add by SBB : Adding a new setting : active mode down and up source sockets ports range to fine tune your firewall. Thanks to Desummoner.