Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php234 private $sftp_errors = []; variable in phpseclib3\\Net\\SFTP
823 $this->sftp_errors[] = "$error: $message";
825 $this->sftp_errors[] = $error;
3472 return $this->sftp_errors;
3483 return count($this->sftp_errors) ? $this->sftp_errors[count($this->sftp_errors) - 1] : '';