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