diff options
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" |
