pure_ftp_server library

Enums

FtpCommands
More information available at https://en.wikipedia.org/wiki/List_of_FTP_commands
FtpWorkMode
option for set up how ftp clients have access
SecurityType
TransferType
UMask

Typedefs

OnTryAuthorize = FutureOr<ClientSession?> Function({required Stream<Uint8List> inStream, String? password, required Socket socket, String? username})
OnUnAuthorize = FutureOr<ClientSession> Function(Socket socket, Stream<Uint8List> inStream)