I'm trying to connect my Atom to a Hostek hosting by FTP ... and their FTP connections will require Explicit FTP over TLS (FTPES).
{
"protocol": "ftp",
"host": "ftp.mysite.com",
"port": 21,
"user": "myuser",
"pass": "**********",
"promptForPass": false,
"remote": "/",
"secure": false,
"secureOptions": null,
"connTimeout": 10000,
"pasvTimeout": 10000,
"keepalive": 10000,
"watch": []
}