[Zope-CMF] wget equivalent

Phil Harris phil@harris-family.info
Wed, 20 Mar 2002 10:59:08 -0000


You might also want to take a look at curl and it's Python interface:

Curl is at: http://curl.haxx.se
pyCurl is at; http://pycurl.sourceforge.net/

an example of it's use is at:

http://www.zopelabs.com/cookbook/993019222

hth

Phil

----- Original Message -----
From: "seb bacon" <seb@jamkit.com>
To: "Carl Rendell" <cer@sol43.com>
Cc: <zope-cmf@zope.org>
Sent: Wednesday, March 20, 2002 10:44 AM
Subject: Re: [Zope-CMF] wget equivalent


> Use httplib in an external method.
>
> http://www.python.org/doc/current/lib/httplib-examples.html
>
> If you want a ready-made example, search the archives, or zopelabs.com
> might have one.
>
> seb
>
>
> On Wed, 2002-03-20 at 06:04, Carl Rendell wrote:
> > I'm sure someone out there has already come across this situation,
> > as demonstrated by a few different products.
> >
> > I'm looking for a fairly simple method for requesting the entire
> > response from an external URL call. KebasData is over kill for what
> > I'm after. Anyone care to make a recommendation for either script
> > or product?
> >
> > I would appreciate it.
> >
> > Thanks,
> >
> > ~C
> >
> > Carl E. Rendell
> > Solution43
> > Information Distribution Consulting        |   "Ahhhh the power of
> > cer@sol43.com                              |    acquisition"  - Chef Z
> >
> >
> > _______________________________________________
> > Zope-CMF maillist  -  Zope-CMF@zope.org
> > http://lists.zope.org/mailman/listinfo/zope-cmf
> >
> > See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
requests
>
>
>
> _______________________________________________
> Zope-CMF maillist  -  Zope-CMF@zope.org
> http://lists.zope.org/mailman/listinfo/zope-cmf
>
> See http://www.zope.org/Products/PTK/Tracker for bug reports and feature
requests