暫無描述

1234567891011121314151617181920212223
  1. {
  2. "protocol": "sftp",
  3. "host": "ada.uprrp.edu",
  4. "port": 22,
  5. "user": "hector.sierra",
  6. "pass": "thegamer",
  7. "promptForPass": false,
  8. "remote": "/home/users/hector.sierra/public_html/FastMed/API/",
  9. "local": "/home/boyuva/Projects/Apps/fastmed/API",
  10. "agent": "",
  11. "privatekey": "",
  12. "passphrase": "",
  13. "hosthash": "",
  14. "ignorehost": true,
  15. "connTimeout": 100000,
  16. "keepalive": 100000,
  17. "keyboardInteractive": false,
  18. "keyboardInteractiveForPass": false,
  19. "remoteCommand": "",
  20. "remoteShell": "",
  21. "watch": [],
  22. "watchTimeout": 500
  23. }