Вот так локально сохраняет
$content = @file_get_contents('https://images-na.ssl-images-amazon.com/images/I/713F7q5YS4L._AC_SX679_.jpg');
$name = 'fruitella.jpg';
$dir = __DIR__.'/tilda/'.$name;
file_put_contents($dir, $content);
$url = 'https://hostname/company/tilda/'.$name;