Searched refs:sftp_errors (Results 1 – 1 of 1) sorted by relevance
234 private $sftp_errors = []; variable in phpseclib3\\Net\\SFTP823 $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] : '';