275276277278279280281
* Defaults to using any available port * * @param passivePorts The passive ports string */ public void setPassivePorts(String passivePorts) { this.passivePorts = new PassivePorts(passivePorts, true); }
248249250251252253254
* Defaults to using any available port * * @param passivePorts The passive ports string */ public void setPassivePorts(String passivePorts) { this.passivePorts = new PassivePorts(passivePorts); }
247248249250251252253
243244245246247248249
254255256257258259260