menu
ftp_server package
documentation
ftp_command_handler.dart
FTPCommandHandler
handleSyst method
handleSyst method
dark_mode
light_mode
handleSyst
method
void
handleSyst
(
FtpSession
session
)
Implementation
void handleSyst(FtpSession session) { session.sendResponse('215 UNIX Type: L8'); }
ftp_server package
documentation
ftp_command_handler
FTPCommandHandler
handleSyst method
FTPCommandHandler class