Discuss this help topic in SecureBlackbox Forum
This event is fired when a command is received from client.
Declaration
Parameters
- Command - contains the command.
- Parameters - contains command parameters like flags, file names, etc.
- Ignore - set this parameter to True if the server should ignore the command.
- pcCommand - contains the command.
- szCommand - the length of pcCommand.
- pcParameters - contains command parameters like flags, file names, etc.
- szParameters - the length of pcParameters.
Description
This event is fired by TElSimpleFTPSServerSessionThread when a command has been received from client.
Set
Ignore to
True
if the server should not execute the command.
The server will report on command processing by
OnCommandProcessed event.
Discuss this help topic in SecureBlackbox Forum