实例介绍
PowerTCP Telnet for .NET 4.4.5 Samples 去除Dart.Telnet.dll的试用日期限制.我测试了SHELL登录和执行命令都没问题.
【实例截图】
【核心代码】
PowerTCPTelnetfor.NET4.4.5Samples
└── PowerTCP Telnet for .NET 4.4.5 Samples
├── Common
│ ├── CPP
│ │ └── TelnetModel.cpp
│ └── CS
│ └── TelnetModel.cs
├── Console
│ ├── CPP
│ │ └── Automated Console
│ │ ├── AutomatedConsole.35.vcproj
│ │ ├── AutomatedConsole.40.vcxproj
│ │ ├── AutomatedConsole.45.vcxproj
│ │ ├── AutomatedConsole.cpp
│ │ ├── AutomatedConsole.rc
│ │ ├── licenses.licx
│ │ ├── resource.h
│ │ └── Telnet.ico
│ ├── CS
│ │ └── Automated Console
│ │ ├── AutomatedConsole.20.csproj
│ │ ├── AutomatedConsole.35.csproj
│ │ ├── AutomatedConsole.40.csproj
│ │ ├── AutomatedConsole.45.csproj
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── AutoLogin.vshost.exe
│ │ │ └── AutoLogin.vshost.exe.manifest
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── licenses.licx
│ │ └── Telnet.ico
│ └── VB
│ └── Automated Console
│ ├── AutomatedConsole.20.vbproj
│ ├── AutomatedConsole.35.vbproj
│ ├── AutomatedConsole.40.vbproj
│ ├── AutomatedConsole.45.vbproj
│ ├── licenses.licx
│ ├── Program.vb
│ ├── Telnet.ico
│ └── TelnetModel.vb
├── Dart.Samples.Banners.dll
├── Dart.Telnet.dll
├── Dart.Telnet.xml
├── PowerShell Scripts
│ ├── Automated Client.ps1
│ └── Readme.txt
├── TelnetSamples.CPP35.sln
├── TelnetSamples.CPP40.sln
├── TelnetSamples.CPP45.sln
├── TelnetSamples.CS20.sln
├── TelnetSamples.CS35.sln
├── TelnetSamples.CS40.sln
├── TelnetSamples.CS45.sln
├── TelnetSamples.VB20.sln
├── TelnetSamples.VB35.sln
├── TelnetSamples.VB40.sln
├── TelnetSamples.VB45.sln
├── WebForms
│ ├── CS
│ │ └── Automated Web
│ │ ├── AutomatedWeb.20.csproj
│ │ ├── AutomatedWeb.35.csproj
│ │ ├── AutomatedWeb.40.csproj
│ │ ├── AutomatedWeb.45.csproj
│ │ ├── default.aspx
│ │ ├── default.aspx.cs
│ │ ├── default.aspx.resx
│ │ ├── images
│ │ │ ├── bar_bk.jpg
│ │ │ ├── bar.jpg
│ │ │ ├── browse.gif
│ │ │ ├── cancel_a.gif
│ │ │ ├── cancel_i.gif
│ │ │ ├── dart_logo.gif
│ │ │ ├── THM_dispbkg.gif
│ │ │ └── upload_icon.gif
│ │ ├── licenses.licx
│ │ ├── StyleSheet1.css
│ │ └── Web.config
│ └── VB
│ └── Automated Web
│ ├── AutomatedWeb.20.vbproj
│ ├── AutomatedWeb.35.vbproj
│ ├── AutomatedWeb.40.vbproj
│ ├── AutomatedWeb.45.vbproj
│ ├── default.aspx
│ ├── default.aspx.resx
│ ├── default.aspx.vb
│ ├── images
│ │ ├── bar_bk.jpg
│ │ ├── bar.jpg
│ │ ├── browse.gif
│ │ ├── cancel_a.gif
│ │ ├── cancel_i.gif
│ │ ├── dart_logo.gif
│ │ ├── THM_dispbkg.gif
│ │ └── upload_icon.gif
│ ├── licenses.licx
│ ├── StyleSheet1.css
│ ├── TelnetModel.vb
│ └── Web.config
└── WinForms
├── CPP
│ ├── Automated Client
│ │ ├── About.cpp
│ │ ├── About.resx
│ │ ├── AutomatedClient.35.vcproj
│ │ ├── AutomatedClient.40.vcxproj
│ │ ├── AutomatedClient.45.vcxproj
│ │ ├── AutomatedClient.cpp
│ │ ├── AutomatedClient.rc
│ │ ├── Connect.cpp
│ │ ├── Connect.resx
│ │ ├── DebugWindow.cpp
│ │ ├── DebugWindow.resx
│ │ ├── licenses.licx
│ │ ├── Main.cpp
│ │ ├── Main.resx
│ │ ├── resource.h
│ │ └── Telnet.ico
│ ├── PTY Client
│ │ ├── About.cpp
│ │ ├── About.resx
│ │ ├── Connect.cpp
│ │ ├── Connect.resx
│ │ ├── licenses.licx
│ │ ├── Main.cpp
│ │ ├── Main.resX
│ │ ├── PTYClient.35.vcproj
│ │ ├── PTYClient.40.vcxproj
│ │ ├── PTYClient.45.vcxproj
│ │ ├── PTYClient.cpp
│ │ ├── PTYClient.rc
│ │ ├── resource.h
│ │ └── Telnet.ico
│ ├── Rexec Client
│ │ ├── About.cpp
│ │ ├── About.resx
│ │ ├── Connect.cpp
│ │ ├── Connect.resx
│ │ ├── DebugWindow.cpp
│ │ ├── DebugWindow.resx
│ │ ├── licenses.licx
│ │ ├── Main.cpp
│ │ ├── Main.resx
│ │ ├── resource.h
│ │ ├── RexecClient.35.vcproj
│ │ ├── RexecClient.40.vcxproj
│ │ ├── RexecClient.45.vcxproj
│ │ ├── RexecClient.cpp
│ │ ├── RexecClient.rc
│ │ ├── RexecModel.cpp
│ │ └── Telnet.ico
│ ├── Rlogin Client
│ │ ├── About.cpp
│ │ ├── About.resx
│ │ ├── Connect.cpp
│ │ ├── Connect.resx
│ │ ├── DebugWindow.cpp
│ │ ├── DebugWindow.resx
│ │ ├── licenses.licx
│ │ ├── Main.cpp
│ │ ├── Main.resx
│ │ ├── resource.h
│ │ ├── RloginClient.35.vcproj
│ │ ├── RloginClient.40.vcxproj
│ │ ├── RloginClient.45.vcxproj
│ │ ├── RloginClient.cpp
│ │ ├── RloginClient.rc
│ │ ├── RloginModel.cpp
│ │ └── Telnet.ico
│ ├── Rsh Client
│ │ ├── About.cpp
│ │ ├── About.resx
│ │ ├── Connect.cpp
│ │ ├── Connect.resx
│ │ ├── DebugWindow.cpp
│ │ ├── DebugWindow.resx
│ │ ├── licenses.licx
│ │ ├── Main.cpp
│ │ ├── Main.resx
│ │ ├── resource.h
│ │ ├── RshClient.35.vcproj
│ │ ├── RshClient.40.vcxproj
│ │ ├── RshClient.45.vcxproj
│ │ ├── RshClient.cpp
│ │ ├── RshClient.rc
│ │ ├── RshModel.cpp
│ │ └── Telnet.ico
│ └── Telnet Client
│ ├── About.cpp
│ ├── About.resx
│ ├── Certificate.cpp
│ ├── CertificateList.cpp
│ ├── CertificateList.resx
│ ├── Connect.cpp
│ ├── Connect.resx
│ ├── DebugWindow.cpp
│ ├── DebugWindow.resx
│ ├── licenses.licx
│ ├── Main.cpp
│ ├── Main.resx
│ ├── resource.h
│ ├── TelnetClient.35.vcproj
│ ├── TelnetClient.40.vcxproj
│ ├── TelnetClient.45.vcxproj
│ ├── TelnetClient.cpp
│ ├── TelnetClient.rc
│ └── Telnet.ico
├── CS
│ ├── Automated Client
│ │ ├── About.cs
│ │ ├── About.resx
│ │ ├── AutomatedClient.20.csproj
│ │ ├── AutomatedClient.35.csproj
│ │ ├── AutomatedClient.40.csproj
│ │ ├── AutomatedClient.45.csproj
│ │ ├── AutomatedClient.45.sln
│ │ ├── AutomatedClient.45.suo
│ │ ├── Connect.cs
│ │ ├── Connect.resx
│ │ ├── Debug.cs
│ │ ├── Debug.resx
│ │ ├── Main.cs
│ │ ├── Main.Designer.cs
│ │ ├── Main.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── licenses.licx
│ │ └── Telnet.ico
│ ├── Component Samples
│ │ └── Samples
│ │ ├── Dart.Samples.Banners.dll
│ │ ├── Dart.Telnet.dll
│ │ ├── Dart.Telnet.xml
│ │ ├── model.dat
│ │ ├── TelnetClient.exe
│ │ ├── TelnetClient.pdb
│ │ ├── TelnetClient.vshost.exe
│ │ └── TelnetClient.vshost.exe.manifest
│ ├── PTY Client
│ │ ├── About.cs
│ │ ├── About.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── PTY Client.vshost.exe
│ │ │ └── PTY Client.vshost.exe.manifest
│ │ ├── Connect.cs
│ │ ├── Connect.resx
│ │ ├── Main.cs
│ │ ├── Main.Designer.cs
│ │ ├── Main.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── licenses.licx
│ │ ├── PTYClient.20.csproj
│ │ ├── PTYClient.35.csproj
│ │ ├── PTYClient.40.csproj
│ │ ├── PTYClient.45.csproj
│ │ └── Telnet.ico
│ ├── Rexec Client
│ │ ├── About.cs
│ │ ├── About.resx
│ │ ├── Account.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── RexecClient.vshost.exe
│ │ │ └── RexecClient.vshost.exe.manifest
│ │ ├── Connect.cs
│ │ ├── Connect.resx
│ │ ├── Debug.cs
│ │ ├── Debug.resx
│ │ ├── Main.cs
│ │ ├── Main.Designer.cs
│ │ ├── Main.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── licenses.licx
│ │ ├── RexecClient.20.csproj
│ │ ├── RexecClient.35.csproj
│ │ ├── RexecClient.40.csproj
│ │ ├── RexecClient.45.csproj
│ │ ├── RexecModel.cs
│ │ └── Telnet.ico
│ ├── Rlogin Client
│ │ ├── About.cs
│ │ ├── About.resx
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── RLoginClient.vshost.exe
│ │ │ └── RLoginClient.vshost.exe.manifest
│ │ ├── Connect.cs
│ │ ├── Connect.resx
│ │ ├── Debug.cs
│ │ ├── Debug.resx
│ │ ├── Main.cs
│ │ ├── Main.Designer.cs
│ │ ├── Main.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── licenses.licx
│ │ ├── RloginClient.20.csproj
│ │ ├── RloginClient.35.csproj
│ │ ├── RloginClient.40.csproj
│ │ ├── RloginClient.45.csproj
│ │ ├── RloginModel.cs
│ │ └── Telnet.ico
│ ├── Rsh Client
│ │ ├── About.cs
│ │ ├── About.resx
│ │ ├── Account.cs
│ │ ├── bin
│ │ │ └── Debug
│ │ │ ├── RshClient.vshost.exe
│ │ │ └── RshClient.vshost.exe.manifest
│ │ ├── Connect.cs
│ │ ├── Connect.resx
│ │ ├── Debug.cs
│ │ ├── Debug.resx
│ │ ├── Main.cs
│ │ ├── Main.Designer.cs
│ │ ├── Main.resx
│ │ ├── obj
│ │ │ └── Debug
│ │ │ └── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── Program.cs
│ │ ├── Properties
│ │ │ └── licenses.licx
│ │ ├── RshClient.20.csproj
│ │ ├── RshClient.35.csproj
│ │ ├── RshClient.40.csproj
│ │ ├── RshClient.45.csproj
│ │ ├── RshModel.cs
│ │ └── Telnet.ico
│ └── Telnet Client
│ ├── About.cs
│ ├── About.resx
│ ├── CertificateListForm.cs
│ ├── CertificateListForm.resx
│ ├── Connect.cs
│ ├── Connect.resx
│ ├── Debug.cs
│ ├── Debug.resx
│ ├── Main.cs
│ ├── Main.Designer.cs
│ ├── Main.resx
│ ├── obj
│ │ └── Debug
│ │ ├── CertificateListForm.resources
│ │ ├── DesignTimeResolveAssemblyReferences.cache
│ │ ├── DesignTimeResolveAssemblyReferencesInput.cache
│ │ ├── frmAbout.resources
│ │ ├── frmDebug.resources
│ │ ├── TelnetClient.40.csproj.FileListAbsolute.txt
│ │ ├── TelnetClient.40.csproj.GenerateResource.Cache
│ │ ├── TelnetClient.40.csprojResolveAssemblyReference.cache
│ │ ├── TelnetClient.exe
│ │ ├── telnetclient.exe.licenses
│ │ ├── TelnetClient.frmConnect.resources
│ │ ├── TelnetClient.frmMain.resources
│ │ └── TelnetClient.pdb
│ ├── Program.cs
│ ├── Properties
│ │ └── licenses.licx
│ ├── TelnetClient.20.csproj
│ ├── TelnetClient.35.csproj
│ ├── TelnetClient.40.csproj
│ ├── TelnetClient.45.csproj
│ └── Telnet.ico
└── VB
├── Automated Client
│ ├── About.resx
│ ├── About.vb
│ ├── AutomatedClient.20.vbproj
│ ├── AutomatedClient.35.vbproj
│ ├── AutomatedClient.40.vbproj
│ ├── AutomatedClient.45.vbproj
│ ├── Connect.resx
│ ├── Connect.vb
│ ├── Debug.resx
│ ├── Debug.vb
│ ├── Main.Designer.vb
│ ├── Main.resx
│ ├── Main.vb
│ ├── My Project
│ │ └── licenses.licx
│ ├── Program.vb
│ ├── Telnet.ico
│ └── TelnetModel.vb
├── PTY Client
│ ├── About.resx
│ ├── About.vb
│ ├── Connect.resx
│ ├── Connect.vb
│ ├── Main.Designer.vb
│ ├── Main.resx
│ ├── Main.vb
│ ├── My Project
│ │ └── licenses.licx
│ ├── Program.vb
│ ├── PTYClient.20.vbproj
│ ├── PTYClient.35.vbproj
│ ├── PTYClient.40.vbproj
│ ├── PTYClient.45.vbproj
│ ├── Telnet.ico
│ └── TelnetModel.vb
├── Rexec Client
│ ├── About.resx
│ ├── About.vb
│ ├── Connect.resx
│ ├── Connect.vb
│ ├── Debug.resx
│ ├── Debug.vb
│ ├── Main.Designer.vb
│ ├── Main.resx
│ ├── Main.vb
│ ├── My Project
│ │ └── licenses.licx
│ ├── Program.vb
│ ├── RexecClient.20.vbproj
│ ├── RexecClient.35.vbproj
│ ├── RexecClient.40.vbproj
│ ├── RexecClient.45.vbproj
│ ├── RexecModel.vb
│ └── Telnet.ico
├── Rlogin Client
│ ├── About.resx
│ ├── About.vb
│ ├── Connect.resx
│ ├── Connect.vb
│ ├── Debug.resx
│ ├── Debug.vb
│ ├── Main.Designer.vb
│ ├── Main.resx
│ ├── Main.vb
│ ├── My Project
│ │ └── licenses.licx
│ ├── Program.vb
│ ├── RloginClient.20.vbproj
│ ├── RloginClient.35.vbproj
│ ├── RloginClient.40.vbproj
│ ├── RloginClient.45.vbproj
│ ├── RloginModel.vb
│ └── Telnet.ico
├── Rsh Client
│ ├── About.resx
│ ├── About.vb
│ ├── Connect.resx
│ ├── Connect.vb
│ ├── Debug.resx
│ ├── Debug.vb
│ ├── Main.Designer.vb
│ ├── Main.resx
│ ├── Main.vb
│ ├── My Project
│ │ └── licenses.licx
│ ├── Program.vb
│ ├── RshClient.20.vbproj
│ ├── RshClient.35.vbproj
│ ├── RshClient.40.vbproj
│ ├── RshClient.45.vbproj
│ ├── RshModel.vb
│ └── Telnet.ico
└── Telnet Client
├── About.resx
├── About.vb
├── CertificateListForm.resx
├── CertificateListForm.vb
├── Connect.resx
├── Connect.vb
├── Debug.resx
├── Debug.vb
├── Main.Designer.vb
├── Main.resx
├── Main.vb
├── My Project
│ └── licenses.licx
├── Program.vb
├── TelnetClient.20.vbproj
├── TelnetClient.35.vbproj
├── TelnetClient.40.vbproj
├── TelnetClient.45.vbproj
├── Telnet.ico
└── TelnetModel.vb
80 directories, 420 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论