This commit is contained in:
2025-11-18 10:40:41 +01:00
parent e3c8c9717e
commit a0bca62a67
2 changed files with 12 additions and 1 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"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
}