2012-03-18 13:41:01 +11:00

22 lines
707 B
INI

// Offload using FTP. Do not use a local web server. DO NOT EDIT THIS LINE.
replay_fileserver_offload_enable "1"
//
// YOU MUST EDIT THE CONVARS BELOW THIS LINE.
//
// These are used to reconstruct a URL on the client.
replay_fileserver_host "my.server.com"
replay_fileserver_port "8080"
replay_fileserver_path "/"
// Your FTP info. This data is private and not shared with the client.
replay_fileserver_offload_protocol "ftp"
replay_fileserver_offload_hostname "ftp.my.server.com"
replay_fileserver_offload_port "21"
replay_fileserver_offload_remotepath "/"
replay_fileserver_offload_login "username"
replay_fileserver_offload_password "password"
replay_fileserver_offload_maxuploads "16"