SecureBlackbox Lite 2020 PHP Edition

Questions / Feedback?

DownloadFiles Method

Downloads multiple files from the server.

Object Oriented Interface

public function doDownloadFiles($remotepath, $localdir);

Procedural Interface

secureblackboxlite_ftpclient_do_downloadfiles($res, $remotepath, $localdir);

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