.ftpconfig
585 Bytes
{
"protocol": "sftp",
"host": "13.209.86.104",
"port": 22,
"user": "ec2-user",
"pass": "pass",
"promptForPass": false,
"remote": "/home/ec2-user/dropbucket",
"local": "",
"agent": "",
"privatekey": "D:\\Project\\cloud_computing_project\\kimseongjoo_aws_key.pem",
"passphrase": "",
"hosthash": "",
"ignorehost": true,
"connTimeout": 10000,
"keepalive": 10000,
"keyboardInteractive": false,
"keyboardInteractiveForPass": false,
"remoteCommand": "",
"remoteShell": "",
"watch": [],
"watchTimeout": 500
}