Re: Wget mirror restrict asp variables

2006-05-08 Thread Mauro Tortonesi
MarK wrote: Hi, how can I mirror a set of pages of a site restricting one ore more variable defined in the URL? For example: http://www.thesite.com/page.apsx?f=123 I want to mirror teh site starting from this page and all the linked pages only if they have f=123 I tried wget -m -k -E

Wget mirror restrict asp variables

2006-05-05 Thread MarK
Hi, how can I mirror a set of pages of a site restricting one ore more variable defined in the URL? For example: http://www.thesite.com/page.apsx?f=123 I want to mirror teh site starting from this page and all the linked pages only if they have f=123 I tried wget -m -k -E -A*f=123