Atom Remote-FTP connecting FTP with SSL/TLS

{
    "protocol": "ftp",
    "host": "xxx.xxx.xxx.xxx",
    "port": 21,
    "user": "admin",
    "pass": "XxxXxxo00ooo0oo0o",
    "promptForPass": false,
    "remote": "/",
    "agent": "",
	"secure": true,
	"secureOptions": {
		"rejectUnauthorized": false,
		"requestCert": true,
		"agent": false
	},
    "privatekey": "",
    "passphrase": "",
    "hosthash": "",
    "ignorehost": true,
    "connTimeout": 10000,
    "keepalive": 10000,
    "keyboardInteractive": false,
    "watch": []
}

Reference:

  1. Atom Remote-ftp: Unable to connect ftps/ftpes - Stack Overflow
posted @ 2016-08-29 01:38  乌祁班岚图  阅读(383)  评论(0编辑  收藏  举报