Advertisement
Guest User

Untitled

a guest
May 26th, 2019
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. {
  2. "protocol": "ftp",
  3. "host": url,
  4. "port": 21,
  5. "user": 계정아이디,
  6. "pass": 비밀번호,
  7. "promptForPass": false,
  8. "remote": "/",
  9. "local": "",
  10. "secure": false,
  11. "secureOptions": null,
  12. "connTimeout": 10000,
  13. "pasvTimeout": 10000,
  14. "keepalive": 10000,
  15. "watch": [],
  16. "watchTimeout": 500
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement