HomeServer/Server/.vscode/sftp.json
2024-11-20 15:41:37 +08:00

10 lines
217 B
JSON

{
"name": "HomeGame",
"host": "192.168.50.111",
"protocol": "sftp",
"port": 22,
"username": "root",
"password": "Qq5201530300",
"remotePath": "/root/home/Server",
"uploadOnSave": true
}