SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

onFileOperation (event)

Marks the start of a file transfer.

Syntax

- (void)onFileOperation:(int)operation :(NSString*)remotePath :(NSString*)localPath :(int*)skip :(int*)cancel;
func onFileOperation(_ operation: Int32, _ remotePath: String, _ localPath: String, _ skip: inout Int32, _ cancel: inout Int32)

Remarks

The class fires this event from DownloadFiles and UploadFiles to notify the application that the transfer of the next file in the list is about to start.

Use the Skip parameter to skip this particular file, or Cancel to cancel the whole multi-file operation.

Operations:

cffoDownloadFile0Download file

cffoUploadFile1Upload file

cffoDeleteFile2Delete file

cffoMakeDir3Make directory

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