From d061738dc4a0e4a4df95ca10fcc83433a1a68e92 Mon Sep 17 00:00:00 2001 From: Sockenklaus Date: Thu, 3 Apr 2025 21:45:52 +0200 Subject: [PATCH] added a .sftp template fot later use --- .vscode/sftp.json.template | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .vscode/sftp.json.template diff --git a/.vscode/sftp.json.template b/.vscode/sftp.json.template new file mode 100644 index 0000000..5ab5df4 --- /dev/null +++ b/.vscode/sftp.json.template @@ -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"] +}