ListMailPRO Email Marketing Software Forums
ListMailPRO Email Software
& Marketing Forums
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
Home
Help
Search
Login
Register
ListMailPRO Email Marketing Software Forums
»
ListMailPRO Email Marketing Software Forums
»
General Help & How-To
»
fetch instead of wget for cron job
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: fetch instead of wget for cron job (Read 4625 times)
jeffb0
Posts: 15
fetch instead of wget for cron job
«
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?
Logged
jeffb0
Posts: 15
fetch instead of wget for cron job
«
Reply #1 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
Logged
DW
Administrator
Posts: 3787
fetch instead of wget for cron job
«
Reply #2 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
Logged
Dean Wiebe
ListMailPRO
Author & Developer -
Help
|
Support
|
Hosting
Guest
fetch instead of wget for cron job
«
Reply #3 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
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
ListMailPRO Email Marketing Software Forums
»
ListMailPRO Email Marketing Software Forums
»
General Help & How-To
»
fetch instead of wget for cron job