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

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
}