c-innovacion2/.vscode/sftp.json

11 lines
216 B
JSON

{
"name": "ci-ubuntu",
"host": "qubiton.site",
"protocol": "sftp",
"port": 2222,
"username": "root",
"password": "asdf1234",
"remotePath": "/home/c-innovacion",
"uploadOnSave": true
}