January 14th, 2012· fixed: a serious problem that causes some slower network unable to download files.
January 6th, 2012· fixed: user couldn't cancel the execution of raidenftpd.acl procedure
· fixed: rewrote the STOR/PASV/PORT/RETR commands to improve overall stability
November 17th, 2011· fixed: renaming files to the same file names with different case causes the source file to disappear.
· fixed: vfs editor could not save options for dupe check... and some other options correctly. (disk quota kb is now restricted to 32bit integer)
September 19th, 2011· added: SSL certificate chain support, put your certificate chain file into RaidenFTPD dir and name it as chain.pem, and then it will be loaded when server starts.
· fixed: disk quota variable is extended to 64bit integer to hold larger disk quota setting value.
· changed: RaidenFTPD service installer is rebuilt.
September 19th, 2011· fixed: when utf8 log is not enabled, utf8 log entries maybe logged into ansi log, and may cause system crash.
September 19th, 2011· fixed: fixed a bug in 2.4.3900, if user turns off the msg system, he can not login.
March 15th, 2011· added: the ability open interactive service session under Windows vista, 7 and 2008, now you can run raidenftpd as background service and use its GUI by opening raidenftpd.exe from the desktop again.
March 15th, 2011· added: new message file variable $0025, the week of year, configure MONDAY_AS_1ST_DAY_OF_WEEK in raidenftpd.ini to set monday first or sunday first
· fixed: unable to sort users in batch users manager when their upload or download size exceeds TB boundary
· fixed: automatic reconnection to eggdrop if connection is lost
March 15th, 2011· fixed: upload deny file extensions don't work with exception list
March 15th, 2011· fixed: possible to have error getting dir list using MLSD command when mounted path is from an unix samba server.
· fixed: ansi system error message is not converted to unicode when client is using utf8 mode. (cause syncback se to hang)
September 2nd, 2010· changed: External IP detection servers had been changed to echo1.raidenftpd.com and echo2.raidenftpd.com
April 9th, 2010· changed: NSIS (installer) version updates to 2.46
· changed: now RaidenFTPD detects if it's an Internet Explorer and if it is, the welcome message is disabled by default.
· changed: now RaidenFTPD will not display welcome messages to Internet Explorer connections even if it's using named accounts.
· changed: when client is using IE6, the max logins per IP is restricted to 2 for that client in order to be compatible with an IE6 pathname bug.
· changed: new installer/updater icon
· fixed: uninstaller does not remove everything properly.
April 9th, 2010· fixed: auto detect IP from internet server does not work under Win Vista+ OSes
· fixed: %# variable does not work. (displaying custom message file)
· fixed: passive mode does not work when you first add a new server. (lan IP was detected as "1")
· changed: RLA removed from package due to compatibility issue. new web based Raiden LOG Analyzer will be released to advanced license registered users.
April 9th, 2010· added: FORCE_LAN_IP is now also available in *.ftpd as an individual setting for each ftp server (was in raidenftpd.ini as a global setting, the global setting is still valid)
· 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_AUDIOFORMAT% audio format of media
· %MEDIA_VIDEOFORMAT% video format of media
· changed: updated raidenserviceinstaller.exe (service wrapper)
· changed: program will not maintain 2 versions of log, one is for ascii only and the other one may contain both ascii and utf8 entries. (utf8 log will be the one that contains all logs)
· fixed: when you entered too large values in input boxes of ip access editor dialog box, you could not quit the dialog box.
· fixed: when utf8 is enabled, the site utop and dtop commands display nothing.
· fixed: several possible buffer overflow security fixes.
April 9th, 2010· changed: newdir.dat will only keep the information of latest 32 dirs made. (was unlimited).
· changed: added a 5 seconds auto delay if max connections per IP is reached, this can decrease server loads for those clients who are constantly re-trying.
· fixed: if client is in utf8 mode and is making local charset directories, the newdir.dat is properly logged now.
· fixed: timestamp of merged path is not displayed in dir listing. now the first path's date and time is picked.
April 9th, 2010· changed: german and spanish resource files are removed due to they are still incomplete.
· fixed: %LASTSPD% in customized sfv tag doesn't work.
· added: new variable for message files to use, $0024, returns the current ftp client's charset, utf8 or ansi maybe the results.
· added: new variable for customized sfv tag (DEF_SFV_TAG), %VDIR%, to add current virtual directory's name in the tag
· added: new option in raidenftpd.ini, PARENT_PATH_INFO_IN_MISSINGTAG=0 or 1, set to 1 to have parent directory data in the sfv missing file tag. (only for the one under the root directory, not the dir its parent directory)
April 9th, 2010· changed: the dot in the end of default directory listing and password required message is now removed.
· added: new raidenftpd.ini option, BUILD_DIRCACHE_BACKGROUND=0 or 1, set to 1 to enable directory size cache building procedure.
· added: enhanced direcotory size cache, the directory size cache is built in the background when directory size is enabled. (30 seconds after the system starts)
· added: directory size of directory mount point is now shown.
· fixed: if writing a file over an existing one when utf8 is enabled, if the size is smaller than original one, the file is corrupted.
· fixed: free disk space information is UNKNOWN when using CDUP command under a vmp path. see: http://forum.raidenftpd.com/showflat.php?Cat=&Board=UBB13&Number=50257&page=0&view=collapsed&sb=5&o=0&fpart=
· fixed: anti noop didn't work if ftp client sends only PWD and CWD commands.
April 9th, 2010· Changed: changing file signature so the NOD32 antivirus wouldn't report it as a virues. (It is a false alarm)
· fixed: downloading of 0 byte file wouldn't generate any log entry
April 9th, 2010· added: a new special group name 'isaserver', users in this group enable special server behavior to be compatible with microsoft isa server 2006
· fixed: using filezilla to upload to server with multiple connections may cause server to crash if .raidenftpd.acl is enabled
April 9th, 2010· fixed: uploading >2gb files to a path with quota restriction may cause server to crash.
· changed: detect IP changes more quickly when server goes from offline to online
· changed: Max script timeout changed to 360 seconds (available when script time out is set to 0)
April 9th, 2010· added: new variable for DEF_SFV_TAG, %LASTSPD% to display the last upload speed in kbs, see for more info http://www.raidenftpd.com/kb/kb000000012.html