Tag: httrack

  • How to mirror (statically) a website?

    How to mirror (statically) a website?

    If you want to copy a website really really fast use HTTrack with following switches: httrack http://website.com/ -K –sockets=50 –disable-security-limits –max-rate=0 It works on Linux (there’s a native Debian package) and Windows. Check documentation for other options. K is very important because it affects link generation. If you want original links without html extensions use […]