fail to connect to the web server using telnet module

Gerhard Häring gh at ghaering.de
Sat May 24 13:11:47 EDT 2003


printf wrote:
> I try to use my python script to connect to my apache web server. The 
> web server required a login password, but it fails to do so. [...]

I haven't looked at your telnet code yet, but note that you can do this 
sort of stuff more easily using either httplib or urllib/urllib2.

-- Gerhard





More information about the Python-list mailing list