I use cs-cart platform. I’m unable to download images files from a vendor, here an image link ,
https://www.electrolux.ro/remote.jpg.ashx?urlb64=aHR0cHM6Ly9zZXJ2aWNlcy5lbGVjdHJvbHV4LW1lZGlhbGlicmFyeS5jb20vMTE4ZWQ0YzBlZTY1NDZmNGE3Njg0YzdmZWY4Yzk4NWFOclptWWtNODYxZDFmL3ZpZXcvV1NfUE4vUFNFRURSMTkwUEUwMDAwOC5wbmc&hmac=gh4omIw1ca8
I manually upload the images via admin area it works fine, only the script is failing. This script is doing the download, how to alter it to download this kind of image file links ?
curl_setopt($ch, CURLOPT_URL, $url);
curl_setopt($ch, CURLOPT_HEADER, 1);
If I try with command like using wget I get -Redirecting output to ‘wget-log’