Files
wushu/.vscode/sftp.json
2026-03-30 02:35:31 +08:00

13 lines
275 B
JSON

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