<?php $location = $this->escapePath($location);
}
$object = @ftp_raw($this->connection(), 'STAT ' . $location);
if (empty($object) || count($object) < 3 || substr($object[1], 0, 5) === "ftpd:") {
throw UnableToRetrieveMetadata::create($path, $type, error_get_last()['message'] ?? '');