完成流特征统计插件

This commit is contained in:
崔一鸣
2019-12-06 19:47:13 +08:00
parent 0ee4877328
commit b66d14ce67
18 changed files with 5843 additions and 9028 deletions

View File

@@ -0,0 +1,17 @@
{
"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"
]
}