Remote control with telnetlib

Remote control with telnetlib

Remote control with telnetlib Download Summary

  • Language: Python
  • Platform: Windows / Linux / Mac OS / BSD / Solaris
  • License: Other Free / Open Source License - Python License
  • Databases: N/A
  • Downloads: 265
  • Released: Feb 23, 2007

Remote control with telnetlib Description

This script sends commands to one or more logins using Python's standard telnetlib module.

Remote control with telnetlib Bookmark

Hyperlink code:
Hyperlink for Forum code:

Remote control with telnetlib Script Download Notice

Top 4 Download periodically updates information of Remote control with telnetlib script from the developer, but some information may be slightly out-of-date.

Our script download links are directly from our mirrors or publisher's website. Remote control with telnetlib torrent files or shared files from free file sharing and free upload services, including Rapidshare, MegaUpload, YouSendIt, MailBigFile, DropSend, HellShare, HotFile, FileServe, MediaMax, zUpload, MyOtherDrive, SendSpace, DepositFiles, Letitbit, LeapFile, DivShare or MediaFire, are not allowed!

Simple multiline interactive interpreter

... multiline python interpreter built around raw_input(). It interrupts the control flow at any given location with 'exec prompt' and gives control to the user. Allways runs in the current ... from the pdb prompt in debugging mode.It was tested with python, jython and stackless. Handy for simple debugging ...
Python

Logging to a Jabber account

... event. If you have long-running scripts on many remote machines and you want to be alarmed if one of them crashes, use the JabberHandler to log it to your account. ...
Python

Controlling Windows Services

... WService Class. The WService Class is used for controlling WinNT, Win2k & WinXP like services. Just pass the name of the service you wish to control to the class instance and go from there. For example, if you want to control the Workstation service try this: import WService workstation ...
Python

Memory usage

Memory usage script provides a number of functions to get the memory usage of a Python application on Linux. ...
Python

Getting SYSTEM environment variable under Windows

... or SYSTEM account.As you can see in Windows Control Panel 'System' applet there are two groups of environment variables: USER and SYSTEM. This script presents a function for retrieve SYSTEM variable value.  ...
Python