Discuss this help topic in SecureBlackbox Forum
This event is fired when server has failed to execute a command.
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 TElFTPSServer when it has failed to execute a client's command.
Set the Ignore parameter to True if the server should not execute the command.
Discuss this help topic in SecureBlackbox Forum