handleSyst method

void handleSyst(
  1. FtpSession session
)

Implementation

void handleSyst(FtpSession session) {
  session.sendResponse('215 UNIX Type: L8');
}