first commit

This commit is contained in:
2024-11-20 08:16:18 +01:00
commit 4ef095d72c
5 changed files with 313 additions and 0 deletions

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

@@ -0,0 +1,12 @@
{
"name": "dedyk8.cyber-folks.pl",
"host": "dedyk8.cyber-folks.pl",
"protocol": "ftp",
"port": 21,
"username": "www@masimmo.pl",
"password": "(Q-ot*a-kx!3ZeK3",
"remotePath": "/public_html",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}