From 6e3b9a65d9e2769e597ed61bacdbf6703c15f856 Mon Sep 17 00:00:00 2001 From: Jacek Pyziak Date: Sat, 28 Dec 2024 16:06:36 +0100 Subject: [PATCH] =?UTF-8?q?Zaktualizowano=20konfiguracj=C4=99=20FTP=20w=20?= =?UTF-8?q?plikach=20.vscode,=20zmieniaj=C4=85c=20hosta=20i=20has=C5=82o.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .vscode/ftp-kr.json | 4 ++-- .vscode/ftp-kr.sync.cache.json | 4 ++++ .vscode/sftp.json | 6 +++--- 3 files changed, 9 insertions(+), 5 deletions(-) create mode 100644 .vscode/ftp-kr.sync.cache.json diff --git a/.vscode/ftp-kr.json b/.vscode/ftp-kr.json index cf0e9b3..b6029dc 100644 --- a/.vscode/ftp-kr.json +++ b/.vscode/ftp-kr.json @@ -1,7 +1,7 @@ { - "host": "host117523.hostido.net.pl", + "host": "server.hostline.pl", "username": "www@kontrans.cmspro.it", - "password": "AZqemmKcMPLzuMFBqN7Y", + "password": "eT3SArdvDUXkZ8ZeEAPP", "remotePath": "/public_html/", "protocol": "ftp", "port": 0, diff --git a/.vscode/ftp-kr.sync.cache.json b/.vscode/ftp-kr.sync.cache.json new file mode 100644 index 0000000..94b5dbb --- /dev/null +++ b/.vscode/ftp-kr.sync.cache.json @@ -0,0 +1,4 @@ +{ + "ftp://host117523.hostido.net.pl@www@kontrans.cmspro.it": {}, + "$version": 1 +} \ No newline at end of file diff --git a/.vscode/sftp.json b/.vscode/sftp.json index e6a900d..d9500d2 100644 --- a/.vscode/sftp.json +++ b/.vscode/sftp.json @@ -1,10 +1,10 @@ { - "name": "host117523.hostido.net.pl", - "host": "host117523.hostido.net.pl", + "name": "server.hostline.pl", + "host": "server.hostline.pl", "protocol": "ftp", "port": 21, "username": "www@kontrans.cmspro.it", - "password": "AZqemmKcMPLzuMFBqN7Y", + "password": "eT3SArdvDUXkZ8ZeEAPP", "remotePath": "/public_html/", "uploadOnSave": false, "useTempFile": false,