SecureBlackbox 2020 iOS Edition

Questions / Feedback?

downloadFiles (method)

Downloads multiple files from the server.

Syntax

- (void)downloadFiles:(NSString*)remotePath :(NSString*)localDir;
public func downloadFiles(_ remotePath: String, _ localDir: String) throws -> Void

Remarks

Use this method do download a collection of files from the server.

RemotePath can contain a simple mask, a set of masks, or a regular expression. All the files that match the provided rule will be downloaded to LocalDir.

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