SecureBlackbox Lite 2020 iOS Edition

Questions / Feedback?

uploadFiles (method)

Uploads multiple files to the server.

Syntax

- (void)uploadFiles:(NSString*)localPath :(NSString*)remoteDir;
public func uploadFiles(_ localPath: String, _ remoteDir: String) throws -> Void

Remarks

Use this property to upload a batch of files to the server.

LocalPath specifies a wildcard or regular expression by which the local files are picked for uploading. RemoteDir specifies the location on the server where these files should be saved.

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