Files
ai_playgroud/.vscode/sftp.json
T
2025-11-18 10:40:41 +01:00

13 lines
263 B
JSON

{
"name": "Mein Webserver",
"host": "192.168.178.88",
"protocol": "sftp",
"port": 22,
"username": "root",
"password": "934290",
"remotePath": "/var/www/html/",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false
}