pedro lomas wrote: > I'm trying to download a complete copy of a personal blog that is not > public and therefore requires authentication blogger, by username and > password. > > I used the command: > > [email protected] wget -http-password = password > --mirror http://nombredelblog.blogspot.com.es/
The correct syntax includes two hyphens and does not include spaces: --http-password=password Also, you probably need to include the user ID: --http-user=user Hope that helps. Tony
