I have a cron job setup on one server to run a backup script in PHP that is hosted on another server.
The command I\'ve been using is
curl -sS http://w
In my case it was server redirection; curl -L solved my problem.
curl -L