Template:PatchDiff/May 5, 2011 Patch/team fortress 2 content.gcf/tf/cfg/replay ftp.cfg

From Team Fortress Wiki
Jump to: navigation, search
N/A1// Offload using FTP. Do not use a local web server. DO NOT EDIT THIS LINE.
N/A2replay_fileserver_offload_enable "1"
N/A3 
N/A4 
N/A5//
N/A6// YOU MUST EDIT THE CONVARS BELOW THIS LINE.
N/A7//
N/A8 
N/A9// These are used to reconstruct a URL on the client.
N/A10replay_fileserver_host "my.server.com"
N/A11replay_fileserver_port "8080"
N/A12replay_fileserver_path "/"
N/A13 
N/A14// Your FTP info. This data is private and not shared with the client.
N/A15replay_fileserver_offload_protocol "ftp"
N/A16replay_fileserver_offload_hostname "ftp.my.server.com"
N/A17replay_fileserver_offload_port "21"
N/A18replay_fileserver_offload_remotepath "/"
N/A19replay_fileserver_offload_login "username"
N/A20replay_fileserver_offload_password "password"
N/A21replay_fileserver_offload_maxuploads "16"