Namespace FubarDev.FtpServer.CommandHandlers
Classes
AborCommandHandler
Implements the ABOR
command.
AcctCommandHandler
Implements the ACCT
command.
AdatCommandHandler
The ADAT
command handler.
AlloCommandHandler
Implements the ALLO
command.
AppeCommandHandler
Implements the APPE
command.
AuthCommandHandler
The AUTH
command handler.
CdUpCommandHandler
Implements the CDUP
command.
CwdCommandHandler
Implements the CWD
command.
DeleCommandHandler
Implements the DELE
command.
FeatCommandHandler
Implements the FEAT
command.
FtpCommandHandler
The base class for all FTP command handlers.
HelpCommandHandler
The HELP
command handler.
HostCommandHandler
Implementation of the HOST
command.
LangCommandHandler
Implements the LANG
command.
ListCommandHandler
Implements the LIST
and NLST
commands.
MdtmCommandHandler
Implements the MDTM
command.
MfctCommandHandler
Implements the MFCT
command.
MffCommandHandler
Implements the MFF
command.
MfmtCommandHandler
Implements the MFMT
command.
MkdCommandHandler
Implements the MKD
command.
MlstCommandHandler
The implementation of the MLST
and MLSD
commands.
ModeCommandHandler
Implements the MODE
command.
NoOpCommandHandler
Implements the NOOP
command.
OptsCommandHandler
Implements the OPTS
command.
PassCommandHandler
Implements the PASS
command.
PasvCommandHandler
The command handler for the PASV
(4.1.2.) and EPSV
commands.
PbszCommandHandler
The PBSZ
command handler.
PortCommandHandler
Implements the PORT
and EPRT
commands.
ProtCommandHandler
The PROT
command handler.
PwdCommandHandler
Implements the PWD
command.
QuitCommandHandler
Implements the QUIT
command.
ReinCommandHandler
Implementation of the REIN
command.
RestCommandHandler
Implements the REST
command.
RetrCommandHandler
Implements the RETR
command.
RmdCommandHandler
Implements the RMD
command.
RnfrCommandHandler
Implements the RNFR
command.
RntoCommandHandler
Implements the RNTO
command.
SiteCommandHandler
The SITE
command handler.
SizeCommandHandler
Implements the SIZE
command.
StatCommandHandler
The STAT
command handler.
StorCommandHandler
This class implements the STOR command (4.1.3.).
StruCommandHandler
Implements the STRU
command.
SystCommandHandler
Implements the SYST
command.
TypeCommandHandler
Implements the TYPE
command.
UserCommandHandler
Implements the USER
command.
XcwdCommandHandler
Implements the XCWD
command.
XmkdCommandHandler
Implements the XMKD
command.
XrmdCommandHandler
Implements the XRMD
command.
Interfaces
IFtpCommandHandlerExtensionHost
Interface indicating that a command handler can act as an extension host.