Home
last modified time | relevance | path

Searched refs:rawlist (Results 1 – 1 of 1) sorted by path

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1030 public function rawlist($dir = '.', $recursive = false)
1063 $files[$key] = $this->rawlist($dir . '/' . $key, true);
1181 * Compares two rawlist entries using parameters set by setListOrder()
1244 * Defines how nlist() and rawlist() will be sorted - if at all.
2828 * Recursively go through rawlist() output to get the total filesize
2857 self::recursiveFilesize($this->rawlist($path, true));
1123 function rawlist($dir = '.', $recursive = false) global() function in phpseclib\\Net\\SFTP