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
cuiyiming-gradproj/DataSet/FeatureExtract/.vscode/ftp-kr.json
2019-12-06 19:47:46 +08:00

17 lines
358 B
JSON

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