Thread: Wget
View Single Post
  #1 (permalink)  
Old 02-05-2008, 08:33 AM
Pommie Pommie is offline
Member
 
Join Date: Jan 2008
Location: Lytham UK
Posts: 37
Default Wget

Hi I am trying to run a cron job once a day but wget (which chat told me is the command type to use) is giving an error

This is the cron

wget -q -o /dev/null www.windermerelodge.co.uk/send/send.php
(I have amended the command in case any naughty peeps tried to execute it
This is the result

/bin/sh: /usr/bin/wget: Permission denied

If I just use the

www.windermerelodge.co.uk/send/send.php

command in the address bar it executes fine

Any ideas?

John
Reply With Quote