I am looking to download images from CSV , we have csv with full web address in that
example below Colmun
- www.xyz.com/abc.jpg
- www.xyz.com/abc1.jpg
- www.xyz.com/abc2.jpg
So it should download the above images to specific location on my computer or to FTP location
Once it is downloaded then it must strip the full URL and make it in following way
- /abc.jpg
- /abc1.jpg
- /abc2.jpg
I want to use this file with magento to import multiple images , with full URL but i know magento does not support multiple image or full URL
so i come up with above solution which can download full URL on computer and then i strip the URL and upload using magento import easily
Can any one has idea on this macro or script ?