From 747b6af76b23650756811d896bf76b4331419784 Mon Sep 17 00:00:00 2001 From: "Tyler St. Onge" Date: Sat, 25 Jul 2020 22:38:14 -0400 Subject: refine ftp component and add configuration capabilities --- config.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 config.json (limited to 'config.json') diff --git a/config.json b/config.json new file mode 100644 index 0000000..792f931 --- /dev/null +++ b/config.json @@ -0,0 +1,9 @@ +{ + "components": [ + { + "name": "ftp-listener", + "type": "ftp", + "port": 21 + } + ] +} \ No newline at end of file -- cgit v1.1