whitestream6 0 Junior Poster

I'm new to wget, I've looked it up on Google, done my research, but am still struggling to use it to be able to make a local copy of the site (sometimes images show up from the web in the HTML of the site, and not the local copy of the files!).

Basically, I'm trying to mirror this site in to my directory on C:/ :
http://www.vikingfm.co.uk

This is the current code I tried:
wget -e robots=off --user-agent="Googlebot/2.1 (+http://www.googlebot.com/bot.html)" -k -p -r http://www.vikingfm.co.uk

I don't know how to get it to copy the directory structures exactly, along with the file extensions - previous tries saved it as filename.html.

Anyone able to help with this - btw, I'm using the latest wget build for Windows.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.