[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [cobalt-users] PHP via cronjob
- Subject: RE: [cobalt-users] PHP via cronjob
- From: flash22@xxxxxxx
- Date: Mon Mar 5 16:48:00 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Mon, 5 Mar 2001, Dan Kriwitsky wrote:
> > eg in the script run wget "http://whateverdomain/script.php"
> Are you sure you can use wget for an http protocol? I thought that was only
> for FTP.
Yup, in fact, that's what it was originally designed for , thus the 'w' in
wget (web), it can also handle password access via http, and can
recursively fetch pages that are linked to, it's very
underutilized tool :)
gsh