On Fri, 04 Feb 2005 08:19:58 +0100, Mikel Larreategi
<[EMAIL PROTECTED]> wrote:

> # wget URL/receive --http-user=USERNAME --http-passwd=PASSWORD
> --delete-after

The method above exposes USERNAME and PASSWORD to anyone who has
access to the machine, which in best case might be undesirable.  I
prefer using a wgetrc instead, e.g.:

$ echo 'http://USERNAME:[EMAIL PROTECTED]/receive' > ~/.wgetrc-moblog
$ chmod 0600 ~/.wgetrc-moblog

and then invoke wget like this:

$ wget -qO- -i ~/.wgetrc-moblog

Cheers,

-- 
Klaus Alexander Seistrup
SubZeroNet � Copenhagen � Denmark
_______________________________________________
COREblog-en mailing list
[email protected]
http://postaria.com/cgi-bin/mailman/listinfo/coreblog-en
Unsubscription writing to [EMAIL PROTECTED]

Reply via email to