Home
last modified time | relevance | path

Searched refs:shortname (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1127 list($shortname) = Strings::unpackSSH2('s', $response);
1140 $contents[$shortname] = $attributes + ['filename' => $shortname];
1142 if (isset($attributes['type']) && $attributes['type'] == NET_SFTP_TYPE_DIRECTORY && ($shortname != '.' && $shortname != '..')) {
1143 $this->update_stat_cache($dir . '/' . $shortname, []);
1145 if ($shortname == '..') {
1148 $temp = $dir . '/' . $shortname;