protected void pasv() {
if (useEpsvOnly) {
respond("500 'EPSV ALL' was issued, please use only EPSV or disconnect and reconnect to use another mode of transfer.");
} else {
portisa = null; // disable active mode
CommandPASV pasv = new CommandPASV(false, this, null);
pasv.prepareAndStart();
}
}