| Is it possible to get the same results in the Windows GUI as the Linux command
line below from Fred Cohen in the FCGuide?
Or does the Linus version need to be used?
httrack "www.website.com/" -O "/tmp/www.website.com" -R5H0Ko0s0zZd %H -V "md5
\$0" "+*.website.com/*"
This is a 'forensic' dump of a web site - intended to collect all URLs
reachable from the initial point and at that particularsite. It is intended
to make no changes whatsoever to the image. It also prints out an MD5
checksum of each file imaged so that the image can be verified later to detect
and changes after imaging. It uses 5 retries to be more certain than normal
of getting the files, never abandons its efforts, keeps original links, does
not generate errorfiles, ignores site restrictions for robots, logs as much as
it can,stays in the principal domain, places debugging headers in the log
file,
| |