handlePasv method

void handlePasv(
  1. FtpSession session
)

Implementation

void handlePasv(FtpSession session) {
  session.enterPassiveMode();
}