numero = 58409
interpreted = N
texte = At 12:48 PM +0800 6/15/04, Kenneth Grome wrote:>...I don't know what curl does but if I don't need to use it I won't, I'll just stick with cron if possible, assuming something like my example above actually works.Cron is the "timer" to oversimplify my explanation. 'open' is what the timer executes. However, 'open' just opens a resource (file, URL, application) on the server by passing it to the browser. In other words, if you use your example, a browser would be opened and the associated URL would be accesses and displayed in the browser.'curl' is really what you want. For one thing 'open' may not be able to pass your username and password the way a WebDNA trigger would be able to. Perhaps your admin stuff is not username/password protected, but if it is I think you're out of luck with 'open'.Get to know 'curl' ... more more flexible and useful.~joe-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Associated Messages, from the most recent to the oldest:
Re: Trigger alternatives please ... ( Joe D'Andrea 2004)
At 12:48 PM +0800 6/15/04, Kenneth Grome wrote:>...I don't know what curl does but if I don't need to use it I won't, I'll just stick with cron if possible, assuming something like my example above actually works.Cron is the "timer" to oversimplify my explanation. 'open' is what the timer executes. However, 'open' just opens a resource (file, URL, application) on the server by passing it to the browser. In other words, if you use your example, a browser would be opened and the associated URL would be accesses and displayed in the browser.'curl' is really what you want. For one thing 'open' may not be able to pass your username and password the way a WebDNA trigger would be able to. Perhaps your admin stuff is not username/password protected, but if it is I think you're out of luck with 'open'.Get to know 'curl' ... more more flexible and useful.~joe-------------------------------------------------------------This message is sent to you because you are subscribed to the mailing list .To unsubscribe, E-mail to: To switch to the DIGEST mode, E-mail to Web Archive of this list is at: http://webdna.smithmicro.com/
Joe D'Andrea
The WebDNA community talk-list is the best place to get some help: several hundred extremely proficient programmers with an excellent knowledge of WebDNA and an excellent spirit will deliver all the tips and tricks you can imagine...