SecureBlackbox 2020 Node.js Edition

Questions / Feedback?

FileOperationResult Event

Signifies the completion of a file transfer operation.

Syntax

sftpclient.on('FileOperationResult', [callback])

Callback

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

function(e){ }

The argument 'e' has the following properties:

e.operation
e.remotePath
e.localPath
e.errorCode
e.comment
e.cancel

Remarks

This event is fired each time the class completes a file transfer within a multi-file call. Operation defines the operation performed on the file, RemotePath specifies the name and path to the remote file, and LocalPath specifies the name and path to the local file.

ErrorCode and Comment return the code and textual description of the error, if it was encountered.

Set Cancel to True to cancel the multi-file operation.

Supported operations:

csfoDownloadFile0Download file

csfoUploadFile1Upload file

csfoDeleteFile2Delete file

csfoMakeDir3Make directory

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