KB Article #178236
Setting external IP and port for passive FTP in API Gateway
Problem
There is no UI setting for ports or internal/external IP with passive FTP.
Resolution
In 7.3.0 and higher, you can specify the following properties as system properties in apiserver/system/conf/jvm.xml to configure the ports and IP addresses for use with passive FTP:
<SystemProperty name="ftpPassivePorts" value="10000-11000"/> <SystemProperty name="ftpPassiveAddress" value="internal-ip"/><SystemProperty name="ftpPassiveExternalAddress" value="external-ip"/>