Re: trouble with -p

2008-07-19 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 James Cloos wrote: >>>>>> "Micah" == Micah Cowan <[EMAIL PROTECTED]> writes: > > Micah> I'm not sure what you mean by "I want both". > > He means that, when the -p option is given,

Re: rapidshare download problem

2008-07-21 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Doruk Fisek wrote: > Thu, 17 Jul 2008 15:07:18 -0700, Micah Cowan <[EMAIL PROTECTED]> : > >> Then, please provide the logs from both wget 1.10.2 and wget 1.11.4 >> (with --auth-no-challenge), with the --debug flag. > I atta

Re: Wget

2008-07-22 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hor Meng Yoong wrote: > Hi: > > I understand that you are a very busy person. Sorry to disturb you. Hi; please use the mailing list for support requests. I've copied the list in my response. > I am using wget to mirror (using ftp://) a user home

Re: trouble with -p

2008-07-24 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian Keck wrote: > (It also renames diggthis.js to diggthis.js.html, but I don't care about > that). That's an indication that the server is misconfigured, and is serving diggthis.js as text/html, rather than text/javascript or text/x-javascript. -

Re: wget i18N issue

2008-07-24 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Li Ru An wrote: > Hi all: > > Greeting! I'm new in this list, hope I can help here. > > I found that there's some I18N issue with wget. For example, my OS is > using GBK, when wget tries to get a URL coded in UTF-8, there's some > issue in the coding

Re: wget-1.11.4 bug

2008-07-25 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kuang-cheng chao wrote: > Dear Micah: > > Thanks for your work of wget. > > There is a question about two wgets run simultaneously. > In method resolve_bind_address, wget assumes that this is called once. > However, this will cause two domain name

Re: wget-1.11.4 bug

2008-07-25 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 k.c. chao wrote: > Micah Cowan wrote: > > Have you reproduced this, or is this in theory? If the latter, what has > > led you to this conclusion? I don't see anything in the code that would > > cause this behavior. > &g

Re: Patch to allow filtering on content-type header

2008-07-25 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Lars Kotthoff wrote: > Hi list, > > I've written a patch which allows filtering on the content-type header to > select what is downloaded. E.g. > wget -r --content-type=text/* http://www.foobar.com > will only download things with a content-type head

Re: propose new feature: loading cookies from Firefox 3.0 cookies.sqlite

2008-07-28 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 宋浩 wrote: > Hi, folks: > I'm currently using Firefox 3.0 on my Ubuntu 8.04 system. The browser > saves its cookie file in the same directory as its predecessor Firefox > 2.x, but in a SQLite database file called cookies.sqlite instead of a > textual fi

Re: wget does not like this URL

2008-07-31 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Kevin O'Gorman wrote: > Is there a reason i get this: >> [EMAIL PROTECTED] Pending $ wget -O foo >> "http://www.littlegolem.net/jsp/info/player_game_list_txt.jsp?plid=1107>id=hex"; >> Cannot specify -r, -p or -N if -O is given. >> Usage: wget [OPTION]

Wget scriptability

2008-08-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Okay, so there's been a lot of thought in the past, regarding better extensibility features for Wget. Things like hooks for adding support for traversal of new Content-Types besides text/html, or adding some form of JavaScript support, or support for M

Re: Wget scriptability

2008-08-03 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dražen Kačar wrote: > Micah Cowan wrote: > >> Okay, so there's been a lot of thought in the past, regarding better >> extensibility features for Wget. Things like hooks for adding support >> for traversal of new Conten

Re: Problem mirroring a site using ftp over proxy

2008-08-06 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Juon, Stefan wrote: > Hi there > I'm trying to mirror a ftp site over a proxy (Sun Java Webproxy 4.0.4) > using this wget-command: > > export ftp_proxy=http://proxy.company.com:8080 > wget --follow-ftp --passive-ftp --proxy=on --mirror > --output-fil

Connection management and pipelined Wget

2008-08-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micah Cowan wrote: > * A "getter" command is mentioned more than once in the above. Note that > this is not mutually exclusive with the concept of letting a single > process govern connection persistence, which would handle t

Re: Connection management and pipelined Wget

2008-08-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Daniel Stenberg wrote: > On Thu, 7 Aug 2008, Micah Cowan wrote: > >> "niwt" (which I like best so far: Nifty Integrated Web Tools). > > But the grand question is: how would that be pronounced? Like newt? :-) That was

Re: AW: Problem mirroring a site using ftp over proxy

2008-08-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well, considering that FTP proxied over HTTP is working fine for me, it's probably more a matter of the index.html file that's generated by the proxy (since one can't do a true LIST over a proxy). Perhaps you could supply the index.html files that are

Re: WGET Date-Time

2008-08-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Andreas Weller wrote: > Hi! > I use wget to download files from a ftp server in a bash script. > For example: > touch last.time > wget -nc ftp://[]/*.txt . > find -newer last.time > > This fails if the files on the FTP server are older than my las

Re: AW: AW: Problem mirroring a site using ftp over proxy

2008-08-08 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Juon, Stefan wrote: > The point is that wget sends rather a http request than a pure ftp > command (GET ftp://ftpde.nai.com/CommonUpdater/ HTTP/1.0) which > causes the proxy to send back a index.html. Do u agree? Well of course it does: it's using an

Re: [PATCH] 1.11.4: Add missing $(datarootdir)

2008-08-08 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maciej W. Rozycki wrote: > Hello, > > Here is a change that adds $(datarootdir) throughout that has been missed > despite the prominent warning output by ./configure. :-( > > 2008-08-09 Maciej W. Rozycki <[EMAIL PROTECTED]> > > * Makefile.

Re: Wget and Yahoo login?

2008-08-10 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rick Nakroshis wrote: > Micah, > > If you will excuse a quick question about Wget, I'm trying to find out > if I can use it to download a page from Yahoo that requires me to be > logged in using my Yahoo profile name and password. It's a display of a

Re: WGET :: [Correction de texte]

2008-08-11 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Saint Xavier wrote: > * Tom ([EMAIL PROTECTED]) wrote: >> Bonjour ! > > bonjour, > >> Je souhaite vous informer d'une touche restée appuyée un quart de seconde >> trop longtemps semble-t-il ! > ... >> Téléchargement récursif: >> -r, --recursive

Re: AW: AW: AW: Problem mirroring a site using ftp over proxy

2008-08-12 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Juon, Stefan wrote: > Well, here is the index.html (I'm not sure wheter is also accessible in the > maillist as I send it as attachement?) Sorry, I somehow failed to notice this post. :\ The index.html file that the proxy generated is invalid. Appa

Congratulations, GSoC students!

2008-08-18 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Well, today was the final "pencils down" day for the Google Summer of Code program. It's been a great (and quick!) couple of months, and I'm excited by the results. Saint Xavier and Julien Buty have done great work on IRI/IDN support and better HTTP A

Re: Wget and Yahoo login?

2008-08-21 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony Lewis wrote: > Micah Cowan wrote: > >> The easiest way to do what you want may be to log in using your browser, >> and then tell Wget to use the cookies from your browser, using > > Given the frequency of the "l

Upcoming Wget releases, issue reorganizations

2008-08-21 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 In Savannah, the name of the field value for "Planned Release" that was previously "1.13" has just been renamed "1.14", and a new "1.13" target has been added. I'll be moving some items currently targeted at 1.12 to 1.13, and some items that have just

Re: wget and wiki crawling

2008-08-22 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 asm c wrote: > I've recently been using wget, and got it working for the most part, but > there's one issue that's really been bugging me. One of the parameters I > use is '-R "*action=*,*oldid=*"' (side note on the platform: ZSH on > NetBSD on the SDF

Re: Wget function

2008-08-25 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 karlito wrote: > > > Hello, > > First of all i would thank you for your great tool > > I have a request > > i use this function to save url with absolute link so it's very good > > wget -k http://www.google

Re: WGET :: [Correction de texte]

2008-08-25 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tom wrote: > Téléchargement récursif: > -r, --recursive spécifer un téléchargement récursif. > -l, --level=NOMBRE _*profondeeur*_ maximale de récursion (inf > ou 0 pour infini). > > Juste un "e" à enlever de profondeeur, et ca ser

Re: [wish] quiet operation yet displaying the progress

2008-08-25 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maciej Pilichowski wrote: > Hello, > > I call usually wget from my script in entirely quiet mode however it > would be useful if wget could still show the progress -- currently > wget either shows a lot of information (and progress) or does not >

Re: Wget function

2008-08-25 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Please keep the list in the replies. karlito wrote: > hi thank you for the reply my problem can be fixed on the next verssion ? > > because it's for batch > > i have more 1000 url to made so is that why i need to find a solution > > also when y

Corrections to earlier discussion

2008-08-29 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi sxav, So, 3.2 is the wrong section to pull from: what we already _have_ are IRIs; we're converting them to URIs. So, section 3.1 applies, not 3.2. The two-step process described by section 3.1 does not allow already-percent-encoded values to be tr

Re: Corrections to earlier discussion

2008-08-29 Thread Micah Cowan
Micah Cowan wrote: > Hi sxav, Er, yeah, that had been meant to go to [EMAIL PROTECTED], not [EMAIL PROTECTED] Whoopsy! :) -- Micah J. Cowan Programmer, musician, typesetting enthusiast, gamer. GNU Maintainer: wget, screen, teseq http://micah.cowan.name/

Re: [wget-notify] add a new option

2008-09-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 houda hocine wrote: > Hi, Hi houda. This message was sent to the wget-notify, which was not the proper forum. Wget-notify is reserved for bug-change and (previously) commit notifications, and is not intended for discussion (though I obviously haven'

Re: Checking out Wget

2008-09-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 vinothkumar raman wrote: > Hi all, > > I need to checkout the complete source into my local hard disk. I am using > WinCVS when i searched for the module its saying that there is no module > information out there. Could any one help me out i am a comp

Re: [BUG:#20329] If-Modified-Since support

2008-09-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 vinothkumar raman wrote: > We need to give out the time stamp the local file in the Request > header for that we need to pass on the local file's time stamp from > http_loop() to get_http() . The only way to pass on this without > altering the signatur

Re: [bug #20329] Make HTTP timestamping use If-Modified-Since

2008-09-02 Thread Micah Cowan
t and have it to handle all the request and > store pages if it is not returning a 304 response > > Is it so? > > > On Fri, Aug 29, 2008 at 11:06 PM, Micah Cowan <[EMAIL PROTECTED]> wrote: >> Follow-up Comment #4, bug #20329 (project wget): >> >> ver

Re: Support for file://

2008-09-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Petri Koistinen wrote: > Hi, > > I would be nice if wget would also support file://. Feel free to file an issue for this (I'll mark it "Needs Discussion" and set at low priority). I'd thought there was already an issue for this, but can't find it (ei

Re: How to debug wget ?

2008-09-02 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jinhui Li wrote: > I am browsing the source code. And want to debug it to figure out how it > works. > > So, somebody please tell me how to debug ( with GDB ) or where can I > find information that I need. IMO, GDB is a great tool for diagnosing a pa

Re: Hello, All and bug #21793

2008-09-08 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David Coon wrote: > Hello everyone, > > I thought I'd introduce myself to you all, as I intend to start helping > out with wget. This will be my first time contributing to any kind of > free or open source software, so I may have some basic questions

Re: Wget and Yahoo login?

2008-09-08 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Donald Allen wrote: > There was a recent discussion concerning using wget to obtain pages > from yahoo logged into yahoo as a particular user. Micah replied to > Rick Nakroshis with instructions describing two methods for doing > this. This information

Re: Where is program_name?

2008-09-09 Thread Micah Cowan
ionally. It appears that lib/error.c isn't even _built_ on my system, perhaps because glibc supplies what it would fill in. This makes testing a little dificult. Anyway, see if this fixes your trouble: diff -r 0c2e02c4f4f3 src/ChangeLog - --- a/src/ChangeLog Tue Sep 09 09:29:50 2008 -070

Re: Wget and Yahoo login?

2008-09-09 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Donald Allen wrote: > On Tue, Sep 9, 2008 at 3:14 AM, Daniel Stenberg <[EMAIL PROTECTED]> wrote: >> On Mon, 8 Sep 2008, Donald Allen wrote: >> >>> The page I get is what would be obtained if an un-logged-in user went to >>> the specified url. Opening t

Re: Wget and Yahoo login?

2008-09-09 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Donald Allen wrote: > The result of this test, just to be clear, was a page that indicated > yahoo thought I was not logged in. Those extra items firefox is sending > appear to be the difference, because I included them (from the > livehttpheaders outp

Re: Wget and Yahoo login?

2008-09-09 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Donald Allen wrote: >> I am doing the yahoo session login with firefox, not with wget, so I'm >> using the first and easier of your two suggested methods. I'm guessing >> you are thinking that I'm trying to login to the yahoo session with >> wget, and

Re: Wget and Yahoo login?

2008-09-09 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Donald Allen wrote: > > > On Tue, Sep 9, 2008 at 1:41 PM, Micah Cowan <[EMAIL PROTECTED] > <mailto:[EMAIL PROTECTED]>> wrote: > > Donald Allen wrote: >>> I am doing the yahoo session login with firefox, not

Re: small doc typo in 9.1 Robot Exclusion

2008-09-10 Thread Micah Cowan
Michael Kessler wrote: > 9.1 Robot Exclusion > > .. > . > Although Wget is not a web robot in the strictest sense of the word, it > can download<> large parts of the site without the user's... I can has downloads? :) Thanks, fixed. http://hg.addictivecode.org/wget/mainline/rev/3e2d7841482d --

A/R matching against query strings

2008-09-12 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On expanding current URI acc/rej matches to allow matching against query strings, I've been considering how we might enable/disable this functionality, with an eye toward backwards compatibility. It seems to me that one usable approach would be to req

Hiding passwords found in redirect URLs

2008-09-12 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 https://savannah.gnu.org/bugs/index.php?21089 The report originator is copied in the recipients list for this message. The situation is as follows: the user types "wget http://foo.com/file-i-want";. Wget asks the HTTP server for the appropriate file,

Re: Hiding passwords found in redirect URLs

2008-09-13 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Thomas Corthals wrote: > Micah Cowan wrote: >> >> Note: Saint Xavier has already written a fix for this, so it's not >> actually a question of whether it's worth the bother, just whether it's >> actually de

Re: Big files

2008-09-16 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Cristián Serpell wrote: > It is the latest Ubuntu's distribution, that still comes with the old > version. > > Thanks anyway, that was the problem. I know that's untrue. Ubuntu comes with 1.10.2 at least, and has for quite some time. If you're using

Re: Support for file://

2008-09-20 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Michelle Konzack wrote: > Imagine you have a local mirror of your website and you want to know why > the site @HOSTINGPROVIDER has some files more or such. > > You can spider the website @HOSTINGPROVIDER recursiv in a local "tmp1" > directory and th

Re: Support for file://

2008-09-22 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 David wrote: > > Hi Micah, > > Your're right - this was raised before and in fact it was a feature > Mauro Tortonesi intended to be implemented for the 1.12 release, but it > seems to have been forgotten somewhere along the line. I wrote to the > lis

Re: Incorrect transformation of newline's symbols

2008-10-07 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Александр Вильнин wrote: > Hello! > > I've noticed some posible mistake in "ftp-basic.c". > > When I try to download a file from > "ftp://www.delorie.com/pub/djgpp/current/"; (in my case it was > "ftp://www.delorie.com/pub/djgpp/current/FILES";) serv

Re: wget re-download fully downloaded files

2008-10-12 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maksim Ivanov wrote: > Hello! > > Starting version 1.10 wget has very annoying bug: if you trying download > already fully downloaded file, wget begin download it over, > but 1.9.1 says: "Nothing to do" as it must to be. It all depends on what option

Re: accept/reject rules based on querysting

2008-10-21 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gustavo Ayala wrote: > Any ideas about when this option (or an acceptable workaround) will be > implemented ? > > I need to include/exclude based on querysting (with regular expression of > course). File name is not enough. I consider it an import

Re: A/R matching against query strings

2008-10-21 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I sent the following last month but didn't get any feedback. I'm trying one more time. :) - -M Micah Cowan wrote: > On expanding current URI acc/rej matches to allow matching against query > strings, I've been considering how we

Re: A/R matching against query strings

2008-10-21 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Tony Lewis wrote: > Micah Cowan wrote: > >> On expanding current URI acc/rej matches to allow matching against query >> strings, I've been considering how we might enable/disable this >> functionality, with an eye t

Re: re-mirror + no-clobber

2008-10-25 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Jonathan Elsas wrote: ... > I've issued the command > > wget -nc -r -l inf -H -D www.example.com,www2.example.com > http://www.example.com > > but, I get the message: > > > file 'www.example.com/index.html' already there; not retrieving. > > > an

Re: wget re-download fully downloaded files

2008-10-27 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maksim Ivanov wrote: > I'm trying to download the same file from the same server, command line > I use: > wget --debug -o log -c -t 0 --load-cookies=cookie_file > http://rapidshare.com/files/153131390/Blind-Test.rar > > Below attached 2 files: log wi

Re: --mirror and --cut-dirs=2 bug?

2008-10-27 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brock Murch wrote: > I try to keep a mirror of NASA atteph ancilliary data for modis processing. I > know that means little, but I have a cron script that runs 2 times a day. > Sometimes it works, and others, not so much. The sh script is listed at t

Re: --mirror and --cut-dirs=2 bug?

2008-10-27 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micah Cowan wrote: > I believe we made some related fixes more recently. You provided a great > amount of useful information, but one thing that seems to be missing (or > I missed it) is the Wget version number. Judging from the log, I

More on query matching [Re: Need Design Documents]

2008-10-27 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 kalpana ravi wrote: > Hi Everybody, Hi kalpana, You sent this message to me and "[EMAIL PROTECTED]"; you wanted [EMAIL PROTECTED] > My name is kalpana Ravi.I am planning to contribute to add one of the > features listed in https://savannah.gnu.org/b

Re: wget re-download fully downloaded files

2008-10-27 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maksim Ivanov wrote: > I'm trying to download the same file from the same server, command line > I use: > wget --debug -o log -c -t 0 --load-cookies=cookie_file > http://rapidshare.com/files/153131390/Blind-Test.rar > > Below attached 2 files: log wi

Re: -m alias

2008-10-28 Thread Micah Cowan
Michelle Konzack wrote: > ??? -- How can you post without being subscribed? My posts went all > definitively rejected when I tried to post to this list. Strange. People are definitely posting to the list without having to be subscribed. However, folks have been known to be rejected as "spam"

Fwd: Downloading video list from youtube profile.

2008-10-30 Thread Micah Cowan
Following is a message that was forwarded to me by someone who was having difficulties posting to the list. Please Cc the author in your replies. I asked augustin to talk to [EMAIL PROTECTED] about the difficulties in posting to the list (I think a move to gnu.org is really going to need to happen

MAILING LIST IS MOVING: [EMAIL PROTECTED]

2008-10-31 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 [EMAIL PROTECTED] is now back in business as a full-fledged mailing list, and not just a forwarding alias to here. Please subscribe using the interface at http://lists.gnu.org/mailman/listinfo/bug-wget/ at your earliest convenience. I had hoped to lea

Re: MAILING LIST IS MOVING: [EMAIL PROTECTED]

2008-10-31 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Micah Cowan wrote: > [EMAIL PROTECTED] is now back in business as a full-fledged mailing list, > and not just a forwarding alias to here. Please subscribe using the > interface at http://lists.gnu.org/mailman/listinfo/bug-wget/ at your &

Re: MAILING LIST IS MOVING: [EMAIL PROTECTED]

2008-11-01 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Maciej W. Rozycki wrote: > On Fri, 31 Oct 2008, Micah Cowan wrote: > >> I will ask the dotsrc.org folks to set up this mailing list as a >> forwarding alias to [EMAIL PROTECTED] (the reverse of recent history). At >> that tim

Re: Only follow paths with /res/ in them

2008-11-19 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Brian wrote: > I would like to follow all the urls on a site that contain /res/ in the > path. I've tried using -I and -A, with values such as res, *res*, > */res/*, etc.. Here is an example that downloads pretty much the entire > site, rather than wha

Re: Only follow paths with /res/ in them

2008-11-19 Thread Micah Cowan
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Oh! Please don't use this list (wget@sunsite.dk) any more; I'm trying to get the dotsrc folks to make it go away/forward to bug-wget (I need to ping 'em on this again). The official list for Wget is now [EMAIL PROTECTED] Micah Cowan

<    1   2   3   4   5   6