Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php24 * print_r($sftp->nlist());
947 // see \phpseclib3\Net\SFTP::nlist() for a more thorough explanation of the following
978 public function nlist($dir = '.', $recursive = false)
984 * Helper method for nlist
1244 * Defines how nlist() and rawlist() will be sorted - if at all.
1067 function nlist($dir = '.', $recursive = false) global() function in phpseclib\\Net\\SFTP
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php509 * Also, nlist() is the best that this function is realistically going to be able to do. When an SFTP client
533 $this->entries = $this->sftp->nlist($path);