View Single Post
  #2  
Old 08-31-2007, 01:21 AM
Stream Recorder
 
Posts: n/a
Default

Re: how do you use wget


You should probably read the manual for wget:
http://www.gnu.org/software/wget/manual/wget.html

Here is an example of the command line string:
Code:
wget -r --tries=10 http://fly.srk.fer.hr/ -o log
I didn't really understand the rest of your post about the link p2p,...
Reply With Quote