SecureBlackbox 2020 Node.js Edition

Questions / Feedback?

CommandProcessed Event

Signals that a command has been processed by the server.

Syntax

ftpserver.on('CommandProcessed', [callback])

Callback

The 'callback' is called when the 'CommandProcessed' event is emited.

function(e){ }

The argument 'e' has the following properties:

e.connectionID
e.currentDirectory
e.command
e.replyCode

Remarks

The class fires this event to signal that a command has been processed by the server, and a reply code has been generated.

You can adjust the reply code and the textual comment associated with it in BeforeSendReply event handler.

Copyright (c) 2022 /n software inc. - All rights reserved.
SecureBlackbox 2020 Node.js Edition - Version 20.0 [Build 8165]