This commit is contained in:
2023-10-20 22:43:48 +02:00
parent 650ef5b3e1
commit a4afa33bce
6 changed files with 29 additions and 1 deletions

17
.vscode/ftp-kr.json vendored Normal file
View File

@@ -0,0 +1,17 @@
{
"host": "7.ires.pl",
"username": "rekord",
"password": "8L62Si05XU",
"remotePath": "/public_html",
"protocol": "ftp",
"port": 0,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignoreRemoteModification": true,
"ignore": [
".git",
"/.vscode"
]
}

12
.vscode/sftp.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"name": "7.ires.pl",
"host": "7.ires.pl",
"protocol": "ftp",
"port": 21,
"username": "rekord",
"password": "8L62Si05XU",
"remotePath": "/public_html",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}