SecureBlackbox 2020 PHP Edition

Questions / Feedback?

UploadFiles Method

Uploads multiple files to the server.

Object Oriented Interface

public function doUploadFiles($localpath, $remotedir);

Procedural Interface

secureblackbox_sftpclient_do_uploadfiles($res, $localpath, $remotedir);

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 2020 PHP Edition - Version 20.0 [Build 8154]