We recently changed from a different server provider to Insomnia. We have multiple instances of BF2142 running on our server, each with a diferent IP. They each have their own login to our FTP and the Battle Recorder files are saved in seperate folders for each instance. The problem is that regardless of how many files I set it to save in the rotate_demo.cfg file, it just keeps adding files until the space is all taken up on our FTP. The rotate_demo.cfg is the same as when we were with the other provider when it was working fine, only keeping the 10 most recent files and deleteing the oldest when adding a new one which is what is leading me to believe that it has something to do with Cortex. My rotate_demo.cfg is as follows. It is the same for each server with the only change being the FTP login.
# set the number of demo files to keep in rotation
file_limit = 10
# for local web server; edit this path and make it match the one in serversettings.con
target_root =
# set to 1 to enable ftp uploading
use_ftp = 1
# set to the target directory on the ftp server
ftp_target_dir = /
# login information for the ftp server goes here
ftp_server = ftp.***** *.com
ftp_user = demos@***** *.com
ftp_password = *******