Update FTP and SFTP credentials

This commit is contained in:
2024-10-28 23:57:21 +01:00
parent 75eb9e0375
commit f9fed8def3
3 changed files with 10 additions and 10 deletions

4
.vscode/ftp-kr.json vendored
View File

@@ -1,7 +1,7 @@
{
"host": "host700513.hostido.net.pl",
"host": "193.177.164.18",
"username": "www@marianek.pl",
"password": "KY8bZvbspB9qmNuy",
"password": "xT6WTcNqceJaA4AnMwzq",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,

6
.vscode/sftp.json vendored
View File

@@ -1,10 +1,10 @@
{
"name": "host700513.hostido.net.pl",
"host": "host700513.hostido.net.pl",
"name": "193.177.164.18",
"host": "193.177.164.18",
"protocol": "ftp",
"port": 21,
"username": "www@marianek.pl",
"password": "KY8bZvbspB9qmNuy",
"password": "xT6WTcNqceJaA4AnMwzq",
"remotePath": "/public_html",
"uploadOnSave": false,
"useTempFile": false,