HomeServer/Server/.vscode/sftp.json

10 lines
217 B
JSON
Raw Permalink Normal View History

2024-11-20 15:41:09 +08:00
{
"name": "HomeGame",
"host": "192.168.50.111",
"protocol": "sftp",
"port": 22,
"username": "root",
"password": "Qq5201530300",
"remotePath": "/root/home/Server",
"uploadOnSave": true
}