Re: Please make wget follow javascript links!

2002-09-09 Thread coredump
I don't want a JS engine - but is it that hard to create a filter list that does identify anything that does look like a file? The main JS commands should be easy to understand - but maybe soem kind or filter file with regexp where to find the next file could be done easily (while it's

Re: Re: Please make wget follow javascript links!

2002-09-09 Thread coredump
From: [EMAIL PROTECTED] Date: 2002/09/09 Mon PM 09:44:08 GMT To: [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: Please make wget follow javascript links! Hey, coredump (what a funny name?!), since the source code is avaible, you can always hack it to suit your special need

Re: Please make wget follow javascript links!

2002-09-08 Thread coredump
You need to have a javascript engine to do that. You do not want to have a big bloated wget, do you? From: Erik Sigra [EMAIL PROTECTED] Date: 2002/09/08 Sun AM 08:14:26 GMT To: [EMAIL PROTECTED] Subject: Please make wget follow javascript links! Please make wget follow links like

Re: possible wget hack/exploit

2002-09-08 Thread coredump
Fixed in 1.8.2 wget -p ~/downloads/ /home/coredump/downloads/: Unsupported scheme. From: Sebastiaan [EMAIL PROTECTED] Date: 2002/09/07 Sat AM 08:36:26 GMT To: [EMAIL PROTECTED] Subject: possible wget hack/exploit hello there, while I was trying to code a bash script in linux debian I

Re: Question about wget !!

2002-06-20 Thread coredump
This is not a wget issue, I saw something like that on a capped cable modem, may be thats how caps are implemented. No problem on the LAN. From: Abdullah al-Muhaitheef [EMAIL PROTECTED] Date: 2002/06/20 Thu AM 08:41:03 GMT To: [EMAIL PROTECTED] Subject: Question about wget !! Hi

Re: different response to wget and IE

2002-06-13 Thread coredump
From: Guy CHEMLA [EMAIL PROTECTED] Date: 2002/06/13 Thu PM 12:27:00 EDT To: [EMAIL PROTECTED] Subject: different response to wget and IE Hello, Could someone please explain why does Apache issue a Connection: close when wget requests a cgi? Pasting below requests of IE and wget and

Re: windows binary

2002-06-12 Thread coredump
I tried your build, I found that https via http proxy doesn't work. Is that a known problem? e.g. It sends headers GET https://www.hushmail.com/ HTTP/1.0 User-Agent: Wget/1.9-beta Host: www.hushmail.com Accept: */* Proxy-Connection: Keep-Alive Instead of CONNECT www.hushmail.com:443