: Trying to replicate http://www.csszengarden.com/ website to
my local machine
Hi Jason,
It is only downloading one file, because you told it to (mostl
ikely it's the mode parameter in your rc file). File redirect
means that the server tells the client to load another file
instead (most likely the site's root index file). Please study
the pavuk manual to get the behavior you expect:
http://www.idata.sk/~ondrej/pavuk/pavuk.1.html
If you want a shorter learning curve (and less functionality),
consider wget.
Paul