summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorlijia <[email protected]>2024-07-22 10:34:56 +0800
committerlijia <[email protected]>2024-07-22 13:35:54 +0800
commit2ee4770462185daec28e8bb424c8e188e194c996 (patch)
treec4394242f00311d4d7d7c84011672364c851c691 /bin
parent6e906a14fee875eff1cac600710f2cedcaaef9b6 (diff)
Initial commitHEADv1.0.1main
Diffstat (limited to 'bin')
-rw-r--r--bin/ftp.conf3
-rw-r--r--bin/ftp_decoder.inf9
2 files changed, 12 insertions, 0 deletions
diff --git a/bin/ftp.conf b/bin/ftp.conf
new file mode 100644
index 0000000..7d8c6bf
--- /dev/null
+++ b/bin/ftp.conf
@@ -0,0 +1,3 @@
+[FTP]
+log_level=10
+log_path=./log/ftp_decoder.log
diff --git a/bin/ftp_decoder.inf b/bin/ftp_decoder.inf
new file mode 100644
index 0000000..3e3005d
--- /dev/null
+++ b/bin/ftp_decoder.inf
@@ -0,0 +1,9 @@
+[[plugin]]
+path = "./stellar_plugin/ftp_decoder/ftp_decoder.so"
+init = "FTP_ONLOAD"
+exit = "FTP_UNLOAD"
+
+[[plugin]]
+path = "./stellar_plugin/ftp_decoder/ftp_decoder_test_plug.so"
+init = "FTP_TEST_PLUG_INIT"
+exit = "FTP_TEST_PLUG_DESTROY"