Python and Telnet
Little example shows how to use python in order to telnet a server.
I used it to put load on a testserver.
You also can see how to use for and while loops and the log
of a telnet session in the python shell.
-
[for.py]
Telnetting a server and putting load on it using a "for" loop.
-
[while.py]
Telnetting a server and putting load on it using a "while" loop.
-
[telnet_python.py]
Console log that shows how to telnet a server with the python shell.