SecureBlackbox 2020 Node.js Edition

Questions / Feedback?

TransferCompleted Event

This event is fired when a customized upload or download operation completes.

Syntax

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

Callback

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

function(e){ }

The argument 'e' has the following properties:

e.connectionID
e.operationStatus

Remarks

This event is fired when a customized transfer operation completes. This event is only fired for operations handled by the user code, i.e. those intercepted with BeforeUploadFile or BeforeDownloadFile event, and with Action parameter set to fraCustom.

The ConnectionID parameter specifies the session to which the event belongs, and OperationStatus reports the outcome of the transfer operation.

ostOk1
ostNoSuchFile2
ostAccessDenied3
ostWriteProtect4
ostUnsupported5
ostInvalidParameter6
ostEOF7

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