Re: File rejection is not working

2005-04-06 Thread Jens Rösner
Hi Jerry!

AFAIK, RegExp for (HTML?) file rejection was requested a few times, but is
not implemented at the moment.

CU
Jens (just another user)

 The -R option is not working in wget 1.9.1 for anything but
 specifically-hardcoded filenames..
  
 file[Nn]ames such as [Tt]hese are simply ignored...
  
 Please respond... Do not delete my email address as I am not a
 subscriber... Yet
  
 Thanks
  
 Jerry
 

-- 
Sparen beginnt mit GMX DSL: http://www.gmx.net/de/go/dsl


RE: File rejection is not working

2005-04-06 Thread Tony Lewis
Jens Rösner wrote: 

 AFAIK, RegExp for (HTML?) file rejection was requested a few times, but is
 not implemented at the moment.

It seems all the examples people are sending are just attempting to get a
match that is not case sensitive. A switch to ignore case in the file name
match would be a lot easier to implement than regular expressions and solve
the most pressing need.

Just a thought.

Tony




Re: File rejection is not working

2005-04-06 Thread Hrvoje Niksic
Jens Rösner [EMAIL PROTECTED] writes:

 AFAIK, RegExp for (HTML?) file rejection was requested a few times,
 but is not implemented at the moment.

But the shell-style globbing (which includes [Nn]ame) should still
work, even without regexps.