SRCDS Steam group


GMod FastDL Server Not Working - Help
#1
Exclamation 
I've been trying to make a FastDL server for the past few days and I've been running into problems. The files won't download from the FastDL server, Could any one help me? - Here is my server.cfg's last couple of lines.

"sbox_maxwire_buttons" "999999"
"sbox_maxwire_adv_inputs" "999999"

sv_downloadurl "ftp://user:pass@mydomain.com/public_ftp/gmod/TTT/"
sv_allowdownload "1"
sv_allowupload "1"

^ Not actually credentials, but you get the gist, I do have a REAL user and pass and a REAL domain but those are just fillers.

Thanks
Reply
#2
srcds doesn't download via FTP protocol. You need to use HTTP.
Looking for a game server? Visit fullfrag.com and pick one up as low as $2.50 / mo!
Reply
#3
Alright, how would I do that?
Reply
#4
Nevermind, figured it out, thank your for your help!
Reply
#5
sv_downloadurl "http://mydomain.com/public_html/gmod/TTT/"
sv_allowdownload "0"
sv_allowupload "0"

if sv_ are set to 1 clients will continue to download from the server and not the website.
Reply


Forum Jump:


Users browsing this thread: 4 Guest(s)