On Tue, 15 Jan 2008, Michael Wright wrote:

Hi There,

I am trying to setup a cron job which uses the lynx command processor, the cron 
is set as follows using cpanel (standard) level

lynx -dump http://www.mydomain.com/cron/cron1.php but it is giving me an error which says it needs the -auth=id:pw command as the directory which the cron job lies is password protected for security reasons, my question is where do i place the -auth=id:pw command in the above cron?

It's a command-line option, e.g.,

lynx -auth=id:pw  -dump http://www.mydomain.com/cron/cron1.php

--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net


_______________________________________________
Lynx-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/lynx-dev

Reply via email to