Drupal investigation

.ftpconfig 432B

123456789101112131415161718192021
  1. {
  2. "protocol": "sftp",
  3. "host": "vm1.es-lab.de",
  4. "port": 22,
  5. "user": "hsa",
  6. "pass": "Tot1aeng",
  7. "promptForPass": false,
  8. "remote": "/home/hsa/www.test1",
  9. "local": "",
  10. "agent": "",
  11. "privatekey": "",
  12. "passphrase": "",
  13. "hosthash": "sha1",
  14. "ignorehost": true,
  15. "connTimeout": 10000,
  16. "keepalive": 10000,
  17. "keyboardInteractive": false,
  18. "watch": [],
  19. "watchTimeout": 500
  20. }