SecureBlackbox 2020 .NET Edition

Questions / Feedback?

UploadFiles Method

Uploads multiple files to the server.

Syntax

public void UploadFiles(string localPath, string remoteDir);
Public Sub UploadFiles(ByVal LocalPath As String, ByVal RemoteDir As String)

Remarks

This method uploads all the files that match the LocalPath criteria to RemoteDir directory on the server. LocalPath accepts a simple mask, a set of masks, or a regular expression.

For each file being uploaded a pair of FileOperation and FileOperationResult events are invoked.

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