文件名称:SimpleTelnet
介绍说明--下载内容均来自于网络,请自行研究使用
Introduction
This server uses the Telnet protocol which is not used as much nowadays because HTTP has taken its place. However, it is very simple and light. It does not need a heavy server or complicated methods to write dynamic functions. Almost everything to be sent is based on text. I run a Windows server and I made this program for maintaining the Windows server. This program can be used as a simple monitoring program. You can check whether your server is OK or not via Telnet. The things you need to do are simply add a scr ipt or modify some Python code.
Background
This server is written using the Telnet protocol, ANSI code, and ZModem. These are not common these days. So if you were familiar with this protocol, you could modify it for your purposes. If you know the Python language, you can understand the code easily.
This server uses the Telnet protocol which is not used as much nowadays because HTTP has taken its place. However, it is very simple and light. It does not need a heavy server or complicated methods to write dynamic functions. Almost everything to be sent is based on text. I run a Windows server and I made this program for maintaining the Windows server. This program can be used as a simple monitoring program. You can check whether your server is OK or not via Telnet. The things you need to do are simply add a scr ipt or modify some Python code.
Background
This server is written using the Telnet protocol, ANSI code, and ZModem. These are not common these days. So if you were familiar with this protocol, you could modify it for your purposes. If you know the Python language, you can understand the code easily.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
.project
.pydevproject
.settings\.svn\entries
.........\....\prop-base
.........\....\props
.........\....\text-base\org.eclipse.ltk.core.refactoring.prefs.svn-base
.........\....\.........\org.eclipse.mylyn.tasks.ui.prefs.svn-base
.........\....\.........\org.eclipse.wst.validation.prefs.svn-base
.........\....\.mp\prop-base
.........\....\...\props
.........\....\...\text-base
.........\org.eclipse.ltk.core.refactoring.prefs
.........\org.eclipse.mylyn.tasks.ui.prefs
.........\org.eclipse.wst.validation.prefs
pds
src\main.py
...\STANSICode.py
...\..Chat\STChatHandler.py
...\......\STChatHandler.pyc
...\......\__init__.py
...\......\__init__.pyc
...\STClient.py
...\STClientHandler.py
...\STClientSocket.py
...\...ommand\STCommandWin.py
...\.........\STCommandWin.pyc
...\.........\__init__.py
...\.........\__init__.pyc
...\STDatabase.py
...\STSettings.py
...\STTelnetCode.py
...\........Script\STScriptUnit.py
...\..............\STScriptUnit.pyc
...\..............\STTelnetScript.py
...\..............\STTelnetScript.pyc
...\..............\__init__.py
...\..............\__init__.pyc
...\STTest.py
...\STUserHandler.py
...\..ZModem\CRC32.py
...\........\CRC32.pyc
...\........\CRCXM.py
...\........\CRCXM.pyc
...\........\ZModem.py
...\........\ZModem.pyc
...\........\ZModemCommon.py
...\........\ZModemCommon.pyc
...\........\ZModemDefines.py
...\........\ZModemDefines.pyc
...\........\ZModemFile.py
...\........\ZModemFile.pyc
...\........\ZModemReceive.py
...\........\ZModemReceive.pyc
...\........\ZModemSend.py
...\........\ZModemSend.pyc
...\........\__init__.py
...\........\__init__.pyc
telnet_root\index.tel
...........\MAIN\ADMIN\.svn\entries
...........\....\.....\....\prop-base
...........\....\.....\....\props
...........\....\.....\....\text-base\ADMIN.tel.svn-base
...........\....\.....\....\.mp\prop-base
...........\....\.....\....\...\props
...........\....\.....\....\...\text-base
...........\....\.....\ADMIN.tel
...........\....\CHAT\.svn\entries
...........\....\....\....\prop-base
...........\....\....\....\props
...........\....\....\....\text-base\CHAT.tel.svn-base
...........\....\....\....\.mp\prop-base
...........\....\....\....\...\props
...........\....\....\....\...\text-base
...........\....\....\CHAT.tel
...........\....\.OMMAND\.svn\entries
...........\....\.......\....\prop-base
...........\....\.......\....\props
...........\....\.......\....\text-base\COMMAND.tel.svn-base
...........\....\.......\....\.mp\prop-base
...........\....\.......\....\...\props
...........\....\.......\....\...\text-base
...........\....\.......\COMMAND.tel
...........\....\DISCONNECT\.svn\entries
...........\....\..........\....\prop-base
...........\....\..........\....\props
...........\....\..........\....\text-base\DISCONNECT.tel.svn-base
...........\....\..........\....\.mp\prop-base
...........\....\..........\....\...\props
...........\....\..........\....\...\text-base
...........\....\..........\DISCONNECT.tel
...........\....\JOIN\.svn\entries
...........\....\....\....\prop-base
...........\....\....\....\props
...........\....\....\....\text-base\JOIN.tel.svn-base
...........\....\....\....\.mp\prop-base
...........\....\....\....\...\props
...........\....\....\....\...\text-base
...........\....\....\JOIN.tel
...........\....\main.tel
...........\....\PDS\.svn\entries
.pydevproject
.settings\.svn\entries
.........\....\prop-base
.........\....\props
.........\....\text-base\org.eclipse.ltk.core.refactoring.prefs.svn-base
.........\....\.........\org.eclipse.mylyn.tasks.ui.prefs.svn-base
.........\....\.........\org.eclipse.wst.validation.prefs.svn-base
.........\....\.mp\prop-base
.........\....\...\props
.........\....\...\text-base
.........\org.eclipse.ltk.core.refactoring.prefs
.........\org.eclipse.mylyn.tasks.ui.prefs
.........\org.eclipse.wst.validation.prefs
pds
src\main.py
...\STANSICode.py
...\..Chat\STChatHandler.py
...\......\STChatHandler.pyc
...\......\__init__.py
...\......\__init__.pyc
...\STClient.py
...\STClientHandler.py
...\STClientSocket.py
...\...ommand\STCommandWin.py
...\.........\STCommandWin.pyc
...\.........\__init__.py
...\.........\__init__.pyc
...\STDatabase.py
...\STSettings.py
...\STTelnetCode.py
...\........Script\STScriptUnit.py
...\..............\STScriptUnit.pyc
...\..............\STTelnetScript.py
...\..............\STTelnetScript.pyc
...\..............\__init__.py
...\..............\__init__.pyc
...\STTest.py
...\STUserHandler.py
...\..ZModem\CRC32.py
...\........\CRC32.pyc
...\........\CRCXM.py
...\........\CRCXM.pyc
...\........\ZModem.py
...\........\ZModem.pyc
...\........\ZModemCommon.py
...\........\ZModemCommon.pyc
...\........\ZModemDefines.py
...\........\ZModemDefines.pyc
...\........\ZModemFile.py
...\........\ZModemFile.pyc
...\........\ZModemReceive.py
...\........\ZModemReceive.pyc
...\........\ZModemSend.py
...\........\ZModemSend.pyc
...\........\__init__.py
...\........\__init__.pyc
telnet_root\index.tel
...........\MAIN\ADMIN\.svn\entries
...........\....\.....\....\prop-base
...........\....\.....\....\props
...........\....\.....\....\text-base\ADMIN.tel.svn-base
...........\....\.....\....\.mp\prop-base
...........\....\.....\....\...\props
...........\....\.....\....\...\text-base
...........\....\.....\ADMIN.tel
...........\....\CHAT\.svn\entries
...........\....\....\....\prop-base
...........\....\....\....\props
...........\....\....\....\text-base\CHAT.tel.svn-base
...........\....\....\....\.mp\prop-base
...........\....\....\....\...\props
...........\....\....\....\...\text-base
...........\....\....\CHAT.tel
...........\....\.OMMAND\.svn\entries
...........\....\.......\....\prop-base
...........\....\.......\....\props
...........\....\.......\....\text-base\COMMAND.tel.svn-base
...........\....\.......\....\.mp\prop-base
...........\....\.......\....\...\props
...........\....\.......\....\...\text-base
...........\....\.......\COMMAND.tel
...........\....\DISCONNECT\.svn\entries
...........\....\..........\....\prop-base
...........\....\..........\....\props
...........\....\..........\....\text-base\DISCONNECT.tel.svn-base
...........\....\..........\....\.mp\prop-base
...........\....\..........\....\...\props
...........\....\..........\....\...\text-base
...........\....\..........\DISCONNECT.tel
...........\....\JOIN\.svn\entries
...........\....\....\....\prop-base
...........\....\....\....\props
...........\....\....\....\text-base\JOIN.tel.svn-base
...........\....\....\....\.mp\prop-base
...........\....\....\....\...\props
...........\....\....\....\...\text-base
...........\....\....\JOIN.tel
...........\....\main.tel
...........\....\PDS\.svn\entries