added a .sftp template fot later use

This commit is contained in:
Sockenklaus
2025-04-03 21:45:52 +02:00
parent 41d73aa05a
commit d061738dc4

13
.vscode/sftp.json.template vendored Normal file
View File

@@ -0,0 +1,13 @@
{
"name": "Schrauben",
"host": "rundkopfschlitzschrauben.de",
"protocol": "ftp",
"port": 21,
"username": "youknowme",
"password": "youknowme",
"remotePath": "/html/schrauben/",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false,
"ignore": [".vscode", ".git", ".gitignore", ".project"]
}