Lopesilvero of LearningHouse Creatives
10/22/2015 - 6:37 PM

This is the strcuture of the .ftppass file that needs be created when creating a local version of a live site

This is the strcuture of the .ftppass file that needs be created when creating a local version of a live site

{
	"staging": {
		"username": "schoolname-staging",
		"password": "4two7Live"
	},
	"production": {
		"username": "schoolname",
		"password": "4two7Live"
	}
}