commit 05d899b2387d736e4f2f6964060ac735e19f6836 Author: Pyziak Jacek Date: Mon Sep 4 14:07:28 2023 +0200 first commit 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 +}