SecureBlackbox Lite 2020 Node.js Edition

Questions / Feedback?

ControlReceive Event

Fires when data is received via the control channel.

Syntax

ftpclient.on('ControlReceive', [callback])

Callback

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

function(e){ }

The argument 'e' has the following properties:

e.textLine

Remarks

TextLine contains the data that was received, which would typically contain a reply to a command (e.g. 200 Command OK).

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