View Single Post
duydangle
Senior Member
Join Date: May 2010
Old 01-07-2012 , 11:32   Re: [ANY] tAutoDemoUpload v0.0.3 (2011-12-29)
Reply With Quote #16

Quote:
Originally Posted by Thrawn2 View Post
This plugin expects a 'demos' RemoteTarget by default. The tEasyFTP thread shows you how to configure it.
in the remotetargets.cfg
Code:
"RemoteTargets"
{
	"example"
	{
		"host"		"example.com"
		"port"		"21"
		"user"		"ftpuser"
		"password"	"ftppass"
		"path"		"/"
		"ssl"		"try"
		
		"CreateMissingDirs"	"1"		
	}
}
"example" should be "demos", right?
duydangle is offline