SecureBlackbox 2020 PHP Edition

Questions / Feedback?

ListDir Method

Lists the contents of a remote directory.

Object Oriented Interface

public function doListDir($includefiles, $includedirectories);

Procedural Interface

secureblackbox_ftpclient_do_listdir($res, $includefiles, $includedirectories);

Remarks

Use the IncludeFiles and IncludeDirectories parameters to tune up the output. The output of IncludeFiles also includes symbolic links.

This method returns a human-readable string containing the requested list. It also fires ListEntry for each entry in the list, propagating its details in CurrentListEntry.

This method uses some heuristics internally by choosing the most appropriate listing method among MLSD, NLST, and LIST.

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