This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
linxin-coredump-tools/.vscode/sftp.json
2023-04-10 18:30:40 +08:00

13 lines
253 B
JSON

{
"name": "My Server",
"host": "192.168.169.12",
"protocol": "sftp",
"port": 22,
"username": "root",
"password": "root",
"remotePath": "/root/pipe",
"uploadOnSave": false,
"useTempFile": false,
"openSsh": false
}