De ontwikkelaars achter het ftp-serverprogramma RaidenFTPD hebben zojuist een nieuwe versie uitgebracht. Het gaat om versie 2.4 build 3501 en deze kan als update voor een bestaande installatie of als volledige setup worden gedownload. Het programma kan als Home-, Pro- of Advanced edition worden gebruikt. 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. Hieronder zijn alle veranderingen te vinden die in het programma zijn aangebracht sinds de vorige vermelding in de Meuktracker:
Version 2.4 build 3501Version 2.4 build 3500
- fixed: when using VLS, SIZE command could not be performed properly if not sending SIZE with absolute path.
[break]
- changed: under windows vista (only for new installation), RaidenFTPD will make use of application data folder to store application data instead of c:\program files\raidenftpd
- note that Your config data will be copied to [System_Drive_Letter]:\users\[username]\AppData\Local\RaidenFTPD by default, please use new location to edit Your files instead of RaidenFTPD folder.
- added: new option in raidenftpd.ini, USE_APPDATA_CONFIG_PATH, If it's set to 1, program will automatically use the following paths as RaidenFTPD config path.
- winxp: [System_Drive_Letter]:\Documents and Settings\[username]\Local Settings\Application Data\RaidenFTPD
- win vista: [System_Drive_Letter]:\users\[username]\AppData\Local\RaidenFTPD
- note that this option is only set to 1 by new installations, users who have existing installations have to set this to 1 manually if You want to use this way.
- added: new variable for raidenftpd.ini DEF_SFV_TAG, %DIRSIZEINT% for the size of the whole current directory in ??M format (ex: 12M 16M)
- added: FTPD's own message files set, see http://www.raidenftpd.com/kb/kb00000002.html
- added: new option in raidenftpd.ini DEF_SFV_TAG_MEDIA=
- now You can customize the default sfv completion tag (when the folder contains media files such as mp3 wma, the following variables are available for use.
- %MEDIA_ALBUM% album name in media's tag
- %MEDIA_ARTIST% artist name in media's tag
- %MEDIA_GENRE% genre name in media's tag
- %MEDIA_AUDIOFORMAT% audio format of media
- %MEDIA_TITLE% title of the last uploaded media in the current directory
- %MEDIA_YEAR% year tag in media
- added: new variables for use in message files
- $0021 amount downloaded in the current session (auto unit, kb,mb,gb,tb)
- $0022 amount uploaded in the current session (auto unit, kb,mb,gb,tb)
- $0018 history downloaded amount (auto unit, kb,mb,gb,tb)
- $0019 history uploaded amount (auto unit, kb,mb,gb,tb)
- $0020 user's credit (auto unit, kb,mb,gb,tb)
- fixed: sfv/rescan features may not work under some UTF8 paths.
- fixed: new FTPD wizard would use duplicate ftpd name if one already exists.
- fixed: the help link in english version doesn't work