Home
last modified time | relevance | path

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

/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php246 private $sftp_errors = []; variable in phpseclib3\\Net\\SFTP
813 $this->sftp_errors[] = "$error: $message";
815 $this->sftp_errors[] = $error;
3467 return $this->sftp_errors;
3477 return count($this->sftp_errors) ? $this->sftp_errors[count($this->sftp_errors) - 1] : '';