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
solutions-tsg-scripts/.vscode/ftp-kr.json
2019-06-22 18:24:49 +08:00

16 lines
336 B
JSON

{
"host": "192.168.10.38",
"username": "root",
"password": "111111",
"remotePath": "/root/cuiyiming/tsg_scripts",
"protocol": "sftp",
"port": 22,
"fileNameEncoding": "utf8",
"autoUpload": true,
"autoDelete": false,
"autoDownload": false,
"ignore": [
".git",
"/.vscode"
]
}