This commit is contained in:
2026-02-13 14:19:15 +01:00
commit c0beb640e6
1591 changed files with 308373 additions and 0 deletions

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

@@ -0,0 +1,12 @@
{
"name": "My Server",
"host": "prototype.s6.magicosoft.pl",
"protocol": "ftp",
"port": 21,
"username": "bartek@prototype.s6.magicosoft.pl",
"remotePath": "/public_html/",
"password": "dZURD2M9RyMTh63cEGQ5",
"uploadOnSave": true,
"useTempFile": false,
"openSsh": false
}