View Single Post
  #2   (View Single Post)  
Old 19th August 2010
Beastie Beastie is offline
Daemonology student
 
Join Date: Jan 2009
Location: /dev/earth0
Posts: 335
Default

fetch(1) only downloads single pages. You simply use it like this: % fetch http://google.com.
For recursive downloading you need an application such as wget. You use it like this: % wget --continue --no-parent --recursive --convert-links --progress=bar --tries=10 http://google.com.
If I missed your point do not hesitate to say so...
__________________
May the source be with you!
Reply With Quote