handleQuit method
Implementation
Future<void> handleQuit(FtpSession session) async {
session.sendResponse('221 Service closing control connection');
session.closeConnection();
}
Future<void> handleQuit(FtpSession session) async {
session.sendResponse('221 Service closing control connection');
session.closeConnection();
}