{
  "name": "o2switch-ftp",
  "host": "prise.o2switch.net",
  "protocol": "ftp",
  "port": 21,
  "username": "qhyx8015",
  "password": "NeBmwANTKA93",
  "remotePath": "/public_html",
  "uploadOnSave": true,
  "passive": true,
  "watcher": {
    "files": "**/*",
    "autoUpload": true,
    "autoDelete": false
  },
  "ignore": [
    ".vscode",
    ".git",
    ".DS_Store",
    "node_modules"
  ]
}

