O ozgurerdogan Verified User Joined Apr 20, 2008 Messages 343 Jun 29, 2015 #1 Cron script return this error: /bin/sh: GET: command not found Any idea?
SeLLeRoNe Super Moderator Joined Oct 9, 2004 Messages 6,632 Location A Coruña, Spain Jun 29, 2015 #2 What cron script? Actually get isnt a command, maybe it has to be wget? Regards
O ozgurerdogan Verified User Joined Apr 20, 2008 Messages 343 Jun 29, 2015 #3 It is command indeed but not sure if wget is correct option to use. I need to run a remote url. http://www.willmaster.com/library/automation/scheduling-php-urls-with-cron.php The 3 ways are different ways to specify the cron command. GET http://... wget http://... curl http://...
It is command indeed but not sure if wget is correct option to use. I need to run a remote url. http://www.willmaster.com/library/automation/scheduling-php-urls-with-cron.php The 3 ways are different ways to specify the cron command. GET http://... wget http://... curl http://...
zEitEr Super Moderator Joined Apr 11, 2005 Messages 15,410 Location www.poralix.com Jun 29, 2015 #4 Hello, GET is a part of perl-libwww-perl package on CentOS like systems. It is libwww-perl package in CPAN. To run a crontask you can run any of those ways which you've already specified.
Hello, GET is a part of perl-libwww-perl package on CentOS like systems. It is libwww-perl package in CPAN. To run a crontask you can run any of those ways which you've already specified.