[COREblog-en] Moblog Setup Help

Klaus Alexander Seistrup kseistrup at gmail.com
Fri Feb 4 14:24:31 CET 2005


On Fri, 04 Feb 2005 08:19:58 +0100, Mikel Larreategi
<mlarreategi at codesyntax.com> 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:PASSWORD@URL/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



More information about the COREblog-en mailing list