okay, i run a linux bf2 server, and for some reason i cannot get the server to upload the demos, via ftp, to my remote website. now i can do it when i run bf2 on a windows server, just not linux.
here is the rotate_demo.cfg file:
# set the number of demo files to keep in rotation
file_limit = 30
like i said, this works when bf2 is run from a windows server, just not a linux
can anyone help???
here is the rotate_demo.cfg file:
# set the number of demo files to keep in rotation
file_limit = 30
Code:
# for local web server; edit this path and make it match the one in serversettings.con target_root = /path/to/webroot/demos # set to 1 to enable ftp uploading use_ftp = 1 # set to the target directory on the ftp server ftp_target_dir = /public_html/bf2/demos # login information for the ftp server goes here ftp_server = mysite.com ftp_user = user ftp_password = mypass
can anyone help???
Comment