You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by Omar Gawi <om...@gmail.com> on 2017/02/06 19:13:43 UTC

Configuring FTP external passive IP dynamically

Hi Experts,
I'm using this API: dccFactory.setPassiveExternalAddress(ip); to set the
IP, and right now I only manged to do that on init of my system (before the
ftp server start) and not during the system run.

Is there a way to dynamically configure/change the external IP address used
for the passive mode?
Thanks,
Omar