Files
common-server-public/.vscode/sftp.json
wsl-d4 722e15b458 827
2025-08-26 16:44:41 +08:00

11 lines
220 B
JSON

{
"name": "common-server",
"host": "10.0.3.148",
"protocol": "sftp",
"port": 22,
"username": "awei",
"password": "123456",
"remotePath": "/home/awei/common-server",
"uploadOnSave": true
}