first commit

This commit is contained in:
2023-09-04 14:07:28 +02:00
commit 05d899b238

12
.vscode/sftp.json vendored Normal file
View File

@@ -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
}