hrvamrva wrote:
> 
> can you help me?
> 
> i want to get every *.zip file from this starting location:
> http://members.designheaven.com/~profskin/windowblinds/index.html
> 
> if I use -r then every link will be proccesed...but I want only link that
> start with ...http://members.designheaven.com/~profskin/windowblinds/....
> ..such as
> http://members.designheaven.com/~profskin/windowblinds/page2.html
> http://members.designheaven.com/~profskin/windowblinds/page1.html
> http://members.designheaven.com/~profskin/windowblinds/page3.html
> .
> .
> .
> 
> can I do this with wget and how?

[hack@DUR0N2000 hack]$ wget --help
GNU Wget 1.6.1-dev, a non-interactive network retriever.
Usage: wget [OPTION]... [URL]...

Mandatory arguments to long options are mandatory for short options too.
[...]
Recursive accept/reject:
  -A,  --accept=LIST                comma-separated list of accepted
extensions.

  -R,  --reject=LIST                comma-separated list of rejected
extensions.

  -D,  --domains=LIST               comma-separated list of accepted
domains.
       --exclude-domains=LIST       comma-separated list of rejected
domains.
       --follow-ftp                 follow FTP links from HTML
documents.
       --follow-tags=LIST           comma-separated list of followed
HTML tags.
  -G,  --ignore-tags=LIST           comma-separated list of ignored HTML
tags.
  -H,  --span-hosts                 go to foreign hosts when recursive.
  -L,  --relative                   follow relative links only.
  -I,  --include-directories=LIST   list of allowed directories.
  -X,  --exclude-directories=LIST   list of excluded directories.
  -nh, --no-host-lookup             don't DNS-lookup hosts.
  -np, --no-parent                  don't ascend to the parent
directory.

Try the --no-parent option first this is a shortcut to what most people
want 8-)
If you're not using the latest and greatest version 1.6 grab it from a
GNU mirror near you or look at the web-site (http://sunsite.dk/wget) for
instruccions

-- 
Med venlig hilsen / Kind regards

Hack Kampbjørn               [EMAIL PROTECTED]
HackLine                     +45 2031 7799

Reply via email to