SecureBlackbox Lite 2020 Node.js Edition

Questions / Feedback?

TextDataLine Event

Reports next transferred data line.

Syntax

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

Callback

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

function(e){ }

The argument 'e' has the following properties:

e.textLine

Remarks

The class fires this event in series when transferring a file in ASCII mode to report each line being transferred.

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