Re: Moblog Setup Help
Klaus Alexander Seistrup <[email protected]>
| Newsgroups | gmane.comp.python.zope.coreblog.english |
|---|---|
| Message-ID | <[email protected]> |
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: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 _______________________________________________ COREblog-en mailing list COREblog-en-/9qXvnWia/9Wk0Htik3J/[email protected] http://postaria.com/cgi-bin/mailman/listinfo/coreblog-en Unsubscription writing to coreblog-en-leave-/9qXvnWia/9Wk0Htik3J/[email protected]