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"
}
}