ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: jeffb0 on May 10, 2004, 12:51:45 pm

Title: fetch instead of wget for cron job
Post by: jeffb0 on May 10, 2004, 12:51:45 pm
I'm using FreeBSD, not linux, and wondering if I can use the fetch command instead of wget (for dailymail.php)?

Another thing, I am constantly getting a "no match" message when running either fetch or wget from the command line.  Is that normal?
Title: fetch instead of wget for cron job
Post by: jeffb0 on May 10, 2004, 01:26:08 pm
yep, this appears to work for fetch:

57 23 * * * /usr/bin/fetch -o /dev/null -T 0 http://www.site.com/ListMail/dailymail.php?pw=pass 1> /dev/null 2> /dev/null
Title: fetch instead of wget for cron job
Post by: DW on May 11, 2004, 01:49:19 pm
Yes, any web page grabbing tool will work for this.  You can also use "curl".

curl -o /dev/null http://site.com/ListMail/dailymail.php?pw=YOURPASS 2> /dev/null
Title: fetch instead of wget for cron job
Post by: on November 05, 2008, 02:46:04 am
My host is advising me that I have to use "lynx" or "get" commands.

Could you please advice me how I set this up for dailymail and resume

Thank you