Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1131 list($longname) = Strings::unpackSSH2('s', $response);
1135 $fileType = $this->parseLongname($longname);
3225 * SFTPv3-specific longname field of the SSH_FXP_NAME packet. That's what this function does.
3229 * If the longname is in an unrecognized format bool(false) is returned.
3231 * @param string $longname
3234 private function parseLongname($longname)
3238 if (preg_match('#^[^/]([r-][w-][xstST-]){3}#', $longname)) {
3239 switch ($longname[0]) {
3562 _parseLongname($longname) global() argument