Zaktualizowano konfigurację FTP w plikach .vscode, zmieniając hosta i hasło.
This commit is contained in:
4
.vscode/ftp-kr.json
vendored
4
.vscode/ftp-kr.json
vendored
@@ -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,
|
||||
|
||||
4
.vscode/ftp-kr.sync.cache.json
vendored
Normal file
4
.vscode/ftp-kr.sync.cache.json
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"ftp://host117523.hostido.net.pl@www@kontrans.cmspro.it": {},
|
||||
"$version": 1
|
||||
}
|
||||
6
.vscode/sftp.json
vendored
6
.vscode/sftp.json
vendored
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user