telnet

. nobody at nowhere.org
Sun Apr 20 10:48:45 EDT 2003


how can I assign a port with code like this?

import telnetlib

HOST = "localhost"

tn = telnetlib.Telnet(HOST)

print tn.read_all()





More information about the Python-list mailing list