[ftpupload] Add configurable passive port (#10127)

* Add configurable passive port
* Don't use apache library; Use standard Java
* Ran spotless:apply
* Update readme

Signed-off-by: schinken <schinken@bamberg.ccc.de>

Co-authored-by: Hilbrand Bouwkamp <hilbrand@h72.nl>
This commit is contained in:
Christopher Schirner
2021-02-26 19:55:19 +01:00
committed by GitHub
parent dc9c2f3fe8
commit 522586156c
4 changed files with 37 additions and 6 deletions

View File

@@ -18,5 +18,15 @@
time is disabled.</description>
<default>60</default>
</parameter>
<parameter name="passivePorts" type="text">
<label>Passive Port Range</label>
<description>A string of passive ports, can contain a single port (as an integer), multiple ports seperated by
commas
(e.g. 123,124,125) or ranges of ports, including open ended ranges (e.g. 123-125, 30000-, -1023).
Combinations for
single ports and ranges is also supported. Empty (default) allows all ports as passive ports.</description>
<default></default>
<advanced>true</advanced>
</parameter>
</config-description>
</binding:binding>