why can't curl download the same URL in different format?

MarciaB

New Member
curl downloads \[code\]http://mysite.com/Lunacy%20Disc%202%20of%202%20(U)(Saturn).zip\[/code\]but not\[code\]http://mysite.com/Lunacy Disc 2 of 2 (U)(Saturn).zip\[/code\]Why is this the case?Do I need to convert it to the first format ? using the URL generated via urlencode($url) fails.
 
Back
Top