// Server download<br>// ---------------------<br>set sv_allowdownload &quot;0&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Allow download paks from the server<br>set sv_dl_maxRate &quot;42000&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // Max download speed 42000 = 12kb
<br>set sv_wwwDownload &quot;0&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // 0 = off, 1 = on, Turns on and off http/ftp client downloading. Off is default.<br>set sv_wwwDlDisconnected &quot;0&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; // 0 = off, 1 = on, If on then clients will be disconnected from the server when they
<br>&nbsp;// are performing a http/ftp download.&nbsp; The client will automatically reconnect when downloading is done.<br>set sv_wwwBaseURL &quot;&quot;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// http/ftp URL address, This is the url the clients will use to download map/mod paks.
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;// The url needs to point to a directory one directory below the directory where the pak files are kept.