sftp.json 278 B

1234567891011
  1. {
  2. "name": "My Server",
  3. "host": "47.96.120.9",
  4. "protocol": "sftp",
  5. "port": 22,
  6. "username": "root",
  7. "context": "/Users/wuzongwen/Git/Paqu/app-h5/shipping/shipping-h5",
  8. "remotePath": "/data/webroot/app-shipping",
  9. "uploadOnSave": true,
  10. "password": "iMeifeng2019"
  11. }