wget  

connect to server/request multiple pages

Pat Malatack
Thu, 21 Jul 2005 10:37:26 -0700


im a newbie to wget and i was playing around with it today but could not find a way to download a different page on the same server without reconnecting to the server.  for example i want to download the homepage of google news and froogle i do the following
 
wget "google.com/news"
wget "google.com/froogle"
 
both times i would connect to the google server... is there a way to stay connected, because it seems to me that this takes a decent amount of time that could be minimized
 
thanks

--

Pat Malatack