Files
common-server-public/.vscode/sftp.json
2025-03-03 17:43:50 +08:00

11 lines
218 B
JSON

{
"name": "common-server",
"host": "10.0.3.14",
"protocol": "sftp",
"port": 22,
"username": "root",
"password": "Awei@sxf01",
"remotePath": "/root/common-server",
"uploadOnSave": true
}