Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-52228.py
File
recipe-52228.py
recipes/Python/52228_Remote_control_with_telnetlib/recipe-52228.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# auto_telnet.py - remote control via telnet
2
import
os, sys, string, telnetlib
3
from
getpass
import
getpass
4
Callers
nothing calls this directly
Calls
7
AutoTelnet
Class · 0.85
open
Function · 0.50
get
Method · 0.45
getopt
Method · 0.45
exit
Method · 0.45
readlines
Method · 0.45
append
Method · 0.45
Tested by
no test coverage detected