C# (CSharp) FubarDev.FtpServer.CommandHandlers Namespace

Classes

Name Description
AppeCommandHandler Implements the APPE command.
FtpCommandHandler The base class for all FTP command handlers
HelpCommandHandler The HELP command handler
ListCommandHandler Implements the LIST and NLST commands.
ListCommandHandler.DirectoryQueueItem Directory to process during recursive directory listing
ListCommandHandler.ListArguments LIST command arguments
MkdCommandHandler Implements the MKD command.
MlstCommandHandler The implementation of the MLST command
PassCommandHandler Implements the PASS command.
PasvCommandHandler The command handler for the PASV (4.1.2.) and EPSV commands
RntoCommandHandler Implements the RNTO command.
StatCommandHandler The STAT command handler
StorCommandHandler This class implements the STOR command (4.1.3.)
XmkdCommandHandler Implements the XMKD command.