[Zope] Telnet to Port 8080

Stephane Bortzmeyer bortzmeyer@pasteur.fr
Fri, 09 Mar 2001 13:36:14 +0100


On Friday 9 March 2001, at 13 h 25, the keyboard of "karthick ramanarayanan" 
<karthick@pepco.no> wrote:

> Is there a way out.I need to fetch the source,from my program
> to create a local cache and to do some HTML parsing.

telnet is certainly the worst way. Use wget (which accepts authentication information) or a small script in Python, with httplib (which you will need for the HTML parsing, anyway).