9 Mar
2001
9 Mar
'01
12:36 p.m.
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).