Author Topic: Curl complete code for Resume?  (Read 1351 times)

bhl007

  • Posts: 75
    • View Profile
Curl complete code for Resume?
« on: August 14, 2006, 08:10:13 am »
Hi, I search thru the forum and get the dailymail curl as below:
curl -o /dev/null http://example.com/mail/dailymail.php?pw=mypass 1> /dev/null 2> /dev/null

How about complete line command for resume curl?

My host have just transfer to new server and wget is not working right now, but once I try, curl can work.

So, decided to use curl now.

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
Curl complete code for Resume?
« Reply #1 on: August 14, 2006, 08:11:50 am »
To set up auto-resume simply copy and paste your dailymail command and change "dailymail.php" to "resume.php".

curl -o /dev/null http://example.com/mail/resume.php?pw=mypass 1> /dev/null 2> /dev/null

Of course, the timing would need to be different than dailymail and be as in one of the examples, to run every X minutes.

Example timing, for every 20 mins:

*/20 * * * *

Regards
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting