Skip to content

Instantly share code, notes, and snippets.

View seblepers's full-sized avatar

Sebastien Lepers seblepers

  • Cap Collectif
  • Paris, France
View GitHub Profile
@seblepers
seblepers / downloadMissingProductImages.php
Created March 5, 2015 17:54
Magento: Download on local machine all missing products media files on live server
<?php
// ########## Distant Magento live website
$distantBaseUrl = 'http://www.mywebsite.com/';
// ########## Max download at each script run.
$maxIntent = 400;
// ###############################################
define('MAGENTO_ROOT', getcwd());
$mageFilename = MAGENTO_ROOT . '/app/Mage.php';