1. # recursively fetching all links referred to in a url without including the url's `upper' links and retrieving only files if they are newer than the local version:
     wget -r -N --retr-symlinks -np http://url 
    
  2. # recursively fetching all links referred to in a url without including the url's `upper' links:
     wget -r -np http://url