diff options
| author | lijia <[email protected]> | 2024-07-22 10:34:56 +0800 |
|---|---|---|
| committer | lijia <[email protected]> | 2024-07-22 13:35:54 +0800 |
| commit | 2ee4770462185daec28e8bb424c8e188e194c996 (patch) | |
| tree | c4394242f00311d4d7d7c84011672364c851c691 /bin | |
| parent | 6e906a14fee875eff1cac600710f2cedcaaef9b6 (diff) | |
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/ftp.conf | 3 | ||||
| -rw-r--r-- | bin/ftp_decoder.inf | 9 |
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" |
