From 05d899b2387d736e4f2f6964060ac735e19f6836 Mon Sep 17 00:00:00 2001 From: Pyziak Jacek Date: Mon, 4 Sep 2023 14:07:28 +0200 Subject: [PATCH] first commit --- .vscode/sftp.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 .vscode/sftp.json diff --git a/.vscode/sftp.json b/.vscode/sftp.json new file mode 100644 index 0000000..10b2e62 --- /dev/null +++ b/.vscode/sftp.json @@ -0,0 +1,12 @@ +{ + "name": "inwestprofil.pl", + "host": "inwestprofil.pl", + "protocol": "ftp", + "port": 21, + "username": "ftp@inwestprofil.de", + "password": "nHnVOvvdHFLI60R7BCyG", + "remotePath": "/public_html", + "uploadOnSave": true, + "useTempFile": false, + "openSsh": false +}