De ontwikkelaars achter het FTP-serverprogramma RaidenFTPD hebben zojuist een nieuwe versie uitgebracht. Het gaat om versie 2.4 build 3200 en deze kan als update voor een bestaande installatie worden gedownload, of als volledige setup. Het programma kan op drie manieren worden gebruikt: als home, pro of advanced edition. De advanced-versie heeft alle mogelijkheden aan boord, in de pro-versie ontbreekt de ondersteuning voor een ODBC databases en de home-versie moet het daarnaast ook stellen zonder SSL/TLS-encryptie. Het changelog van deze release laat de volgende veranderingen zien:
Changes in version 2.4 build 3200[break]
- changed: mp3infp.dll updates 2.53
- changed: ***IMPORTANT*** under raidenftpd_dir\stats, all statistic files were not tagged with YEAR, but after this release all stats files will be tagged with YEAR identifier so if you already have stats files in use, you need to update their names if you want it to be displayed correctly.
- added: new message file variables
- $0001 : the kilobytes amount which is uploaded by current user during this week
- $0002 : the kilobytes amount which is uploaded by current user's group during this week
- $0003 : the kilobytes amount which is uploaded by current user during this month
- $0004 : the kilobytes amount which is uploaded by current user's group during this month
- $0005 : the kilobytes amount which is downloaded by current user during this week
- $0006 : the kilobytes amount which is downloaded by current user's group during this week
- $0007 : the kilobytes amount which is downloaded by current user during this month
- $0008 : the kilobytes amount which is downloaded by current user's group during this month
- $0009 : the files count which is uploaded by current user during this week
- $0010 : the files count which is uploaded by current user's group during this week
- $0011 : the files count which is uploaded by current user during this month
- $0012 : the files count which is uploaded by current user's group during this month
- $0013 : the files count which is downloaded by current user during this week
- $0014 : the files count which is downloaded by current user's group during this week
- $0015 : the files count which is downloaded by current user during this month
- $0016 : the files count which is downloaded by current user's group during this month
- added: 'site pre [target_dir]' command, to move [target_dir] (possibly under current directory) to previously defined pre location. Previously defined pre destination location: must be set in raidenftpd.ini DEF_SITE_PRE_DESTINATION. The user who issues this command must be in the group name called 'preusers' (add this group to the username who wishes to perform this command). Example: site pre xxx, site pre /xxx, DEF_SITE_PRE_DESTINATION=C:\TEMP
- fixed: when using VMP, the new dir could not be created under merged paths in some cases
- fixed: realtime server in/out speed would not be displayed if you disabled tray icon ballon tooltip
- fixed: if you are transffering a wmv file which is actually not wmv format, the connection would hang