1234567891011121314151617181920212223 |
- {
- "protocol": "sftp",
- "host": "ada.uprrp.edu",
- "port": 22,
- "user": "hector.sierra",
- "pass": "thegamer",
- "promptForPass": false,
- "remote": "/home/users/hector.sierra/public_html/FastMed/API/",
- "local": "/home/boyuva/Projects/Apps/fastmed/API",
- "agent": "",
- "privatekey": "",
- "passphrase": "",
- "hosthash": "",
- "ignorehost": true,
- "connTimeout": 100000,
- "keepalive": 100000,
- "keyboardInteractive": false,
- "keyboardInteractiveForPass": false,
- "remoteCommand": "",
- "remoteShell": "",
- "watch": [],
- "watchTimeout": 500
- }
|