[Atom][Remote-ftp] Unable to connect ftps/ftpes [closed]
Below two issues I was facing while trying to create ftps connection. 421 Sorry, cleartext sessions are not accepted on this server. Uncaught No protocol found in connection credential It was solved after some config changes, which I'm putting in the answer. Same should work for ftpes. Tried this and worked (see "secure" and "secureOptions" specifically): { "protocol": "ftp", "host": "***FTP_HOSTNAME_HERE***", "port": 21, "user": "***YOUR_USERNAME_HERE***", "pass": "***YOUR_PASSWORD_HERE***", "promptForPass": false, "remote": "***REMOTE_PATH_HERE***", "secure": true, "secureOptions": {