Zaktualizowano dane połączenia FTP w plikach konfiguracyjnych

This commit is contained in:
2025-02-20 21:01:29 +01:00
parent cbf272ab27
commit 512debf4c1
3 changed files with 1101 additions and 12 deletions

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

@@ -1,7 +1,7 @@
{
"host": "193.177.164.18",
"host": "host700513.hostido.net.pl",
"username": "www@project-pro.pl",
"password": "JUqGcS5P2s4KvUJQqFhC",
"password": "YNPFsP7CzZhX4npsmsaU",
"remotePath": "/public_html/",
"protocol": "ftp",
"port": 0,

File diff suppressed because it is too large Load Diff

6
.vscode/sftp.json vendored
View File

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