View Single Post
darkblades
Junior Member
Join Date: Apr 2012
Old 05-02-2012 , 23:12   Re: [ANY] SourceMod DJ (SMDJ)
Reply With Quote #140

I dont get that setup at all then. my ftp has the .com/smdj/music
That is where I expect songs to go
so wouldn't it be:

smdj/music

and

http://localhost/smdj/music

eh?

$uploadmethod = 'ftp'; // Upload method - 'local' or 'ftp'. 'local' will upload files to /music relative to SMDJ root. 'ftp' will use the following FTP settings
$ftp['host'] = 'dl.doctormckay.com'; // FTP upload host - IP or domain. No protocol or port
$ftp['user'] = 'blahsomeuser'; // FTP upload username
$ftp['pass'] = 'blahsomepass'; // FTP upload password
$ftp['path'] = 'smdj/music/'; // FTP upload path to upload to
$ftp['http'] = 'http://localhost/smdj/music'; // Where to access the

Last edited by darkblades; 05-02-2012 at 23:13.
darkblades is offline