A Python command-line shell.
Methods
|
|
checkUserAndPass
connectionMade
doCommand
flush
loggedIn
telnet_Command
write
|
|
checkUserAndPass
|
checkUserAndPass (
self,
username,
password,
)
|
|
connectionMade
|
connectionMade ( self )
|
|
doCommand
|
doCommand ( self, cmd )
|
|
flush
|
flush ( self )
Try to flush; I might not be able to though.
|
|
loggedIn
|
loggedIn ( self )
|
|
telnet_Command
|
telnet_Command ( self, cmd )
|
|
write
|
write ( self, data )
Write some data to the transport.
|
|