This commit is contained in:
2026-03-31 17:51:34 +02:00
parent ca8db7a9da
commit 1dbb8ab5da
4 changed files with 3244 additions and 36 deletions

19
.vscode/sftp.json vendored
View File

@@ -1,11 +1,12 @@
{
"name": "My Server",
"host": "localhost",
"protocol": "sftp",
"port": 22,
"username": "username",
"remotePath": "/",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
"name": "carei.pagedev.pl",
"host": "host117523.hostido.net.pl",
"protocol": "ftp",
"port": 21,
"username": "www@carei.pagedev.pl",
"password": "FRKeFaBHHUkREqg9gqta",
"remotePath": "/public_html",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}