Files
magico.prototype/.vscode/sftp.json

17 lines
425 B
JSON

{
"name": "My Server",
"host": "prototype.s6.magicosoft.pl",
"protocol": "ftp",
"port": 21,
"username": "bartek@prototype.s6.magicosoft.pl",
"remotePath": "/public_html/",
"password": "dZURD2M9RyMTh63cEGQ5",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false,
"watcher": {
"files": "prototype/**/*",
"autoUpload": true,
"autoDelete": false
}
}