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