Files
iot/.vscode/sftp.json
2023-05-15 08:12:45 +00:00

13 lines
262 B
JSON

{
"name": "homeserver",
"host": "192.168.0.10",
"protocol": "sftp",
"port": 22,
"username": "popov",
"remotePath": "/",
"remotePath": "/mnt/nas4T/DOBY/DEV/",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}