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