123456789101112131415161718192021 |
- {
- "protocol": "sftp",
- "host": "vm1.es-lab.de",
- "port": 22,
- "user": "hsa",
- "pass": "Tot1aeng",
- "promptForPass": false,
- "remote": "/home/hsa/www.test1",
- "local": "",
- "agent": "",
- "privatekey": "",
- "passphrase": "",
- "hosthash": "sha1",
- "ignorehost": true,
- "connTimeout": 10000,
- "keepalive": 10000,
- "keyboardInteractive": false,
- "watch": [],
- "watchTimeout": 500
- }
|