Files
wushu/.vscode/sftp.json
2026-04-10 06:22:06 +08:00

13 lines
275 B
JSON

{
"name": "My Server",
"host": "123.207.67.197",
"protocol": "sftp",
"port": 22,
"username": "root",
"password": "520Kiss123",
"remotePath": "/www/wwwroot/poe.vogov.cn/bak",
"uploadOnSave": true,
"useTempFile": true,
"openSsh": true
}